Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
Replaced tab with spaces.
  • Loading branch information
emeryberger authored Apr 12, 2024
1 parent 1652f35 commit 31d70cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: install test dependencies
run: |
python3 -m pip install pytest pytest-asyncio pytest-forked hypothesis
python3 -m pip install -r test/requirements.txt
python3 -m pip install -r test/requirements.txt
python3 -m pip install .
- name: run tests
Expand Down

0 comments on commit 31d70cd

Please sign in to comment.