Skip to content

Commit

Permalink
Rename .github/requirements.txt to .github/requirements-test.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
RKrahl committed Mar 9, 2024
1 parent b1f75e0 commit 8ed62cc
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-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install -r .github/requirements.txt
pip install -r .github/requirements-test.txt
- name: Test with pytest
run: |
python setup.py test

0 comments on commit 8ed62cc

Please sign in to comment.