Skip to content

Commit

Permalink
drop unneeded test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Dec 5, 2021
1 parent 1441ee7 commit cc1dbb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Expand Up @@ -82,8 +82,8 @@ jobs:
echo ::group::Run python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade pip setuptools wheel
echo ::endgroup::
echo ::group::Run pip install .[test] codecov flake8
pip install .[test] codecov flake8
echo ::group::Run pip install .[test] flake8
pip install .[test] flake8
echo ::endgroup::
- name: Run full tests (unless -skip-exe)
if: ${{ !contains(matrix.name, '-skip-exe') }}
Expand Down

0 comments on commit cc1dbb4

Please sign in to comment.