Skip to content

Commit

Permalink
fix: requirements path
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Braun <[email protected]>
  • Loading branch information
marksweb and fsbraun authored Sep 20, 2023
1 parent 71844b1 commit 1f2f15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ${{ matrix.requirements-file }}
pip install -r tests/requirements/${{ matrix.requirements-file }}
python setup.py install
- name: Run coverage
Expand Down

0 comments on commit 1f2f15f

Please sign in to comment.