Skip to content

Commit

Permalink
Install latest unpinned test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinvis committed Nov 22, 2022
1 parent e58d866 commit bde3671
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,11 @@ jobs:
shell: bash -l {0}
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements/tests.txt
python -m pip install .[tests]
- name: Run tests
shell: bash -l {0}
run: |
python -m pip install -r requirements/tests.txt
python -m pytest -v -n auto
docs:
Expand Down

0 comments on commit bde3671

Please sign in to comment.