Skip to content

Commit

Permalink
bro why ain't it working
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonElia committed Sep 20, 2024
1 parent 37fd0ab commit c08d6d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
- name: Install dependencies
run: |
python -W ignore -m pip install --upgrade pip
python -W ignore -m pip install .[dev]
python -W ignore -m pip install .
python -W ignore -m pip install .[dev]
- name: Test with pytest
run: |
pytest -v tests/
pytest -v tests/

0 comments on commit c08d6d2

Please sign in to comment.