Skip to content

Commit

Permalink
Put install in the right task
Browse files Browse the repository at this point in the history
  • Loading branch information
zero323 committed Dec 21, 2021
1 parent 4df9ac1 commit b349993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Install dependencies
run: |
pip install -U pip setuptools wheel
pip install -U "pytest==${{ matrix.pytest-version }}"
pip install -e .
- name: Run tests
run: pytest
Expand All @@ -42,7 +43,6 @@ jobs:
run: |
pip install -U pip setuptools wheel
pip install -r dev-requirements.txt
pip install -U ${{ matrix.pytest-version }}
- name: Run linters
run: |
mypy .
Expand Down

0 comments on commit b349993

Please sign in to comment.