Skip to content

Commit

Permalink
move tests reqs to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
DomFijan committed Jun 23, 2024
1 parent 6d7b130 commit 961c391
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
pip install setuptools --upgrade
- name: Install newest dependencies
run: |
pip install -r requirements/requirements-test.txt
pip install -r .github/workflows/requirements-test.txt
if: ${{ matrix.dependencies == 'newest' }}
- name: Install oldest dependencies
run: |
Expand Down

0 comments on commit 961c391

Please sign in to comment.