Skip to content

Commit

Permalink
patch test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
emdupre committed Dec 18, 2023
1 parent 115506d commit c61848e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install [.all] --upgrade pip
python -m pip install .[all] --upgrade pip
- name: Test with pytest
run: |
pytest -v -s

0 comments on commit c61848e

Please sign in to comment.