Skip to content

Commit

Permalink
Add missing dependencies to run-tests action
Browse files Browse the repository at this point in the history
  • Loading branch information
earwig committed Jan 4, 2024
1 parent edb448f commit fed08e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Expand Up @@ -21,8 +21,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install coveralls pytest
python -m pip install --upgrade pip wheel setuptools coveralls pytest
python setup.py develop
- name: Run tests
env:
Expand Down

0 comments on commit fed08e0

Please sign in to comment.