Skip to content

Commit

Permalink
This is a requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Jul 31, 2023
1 parent 2a0a80e commit 995dcc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
architecture: ${{ matrix.arch }}
cache: 'pip'
cache-dependency-path: |
'test-requirements.txt'
'dev-requirements.txt'
'requirements.txt'
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install -r requirements.txt test-requirements.txt
python -m pip install -r requirements.txt -r dev-requirements.txt
- name: Test with pytest
# Enable Python's debug mode to do additional checks, and error if any uncaught warnings are
# produced.
Expand Down

0 comments on commit 995dcc2

Please sign in to comment.