We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3a2b7 commit 77769e7Copy full SHA for 77769e7
.github/workflows/build.yaml
@@ -94,7 +94,7 @@ jobs:
94
python -m pip install --upgrade pip setuptools wheel
95
echo "::endgroup::"
96
echo "::group::Run pip install .[test] flake8 Flake8-pyproject"
97
- pip install .[test] flake8
+ pip install .[test] flake8 Flake8-pyproject
98
99
- name: Run full tests (unless -skip-exe)
100
if: ${{ !contains(matrix.name, '-skip-exe') }}
0 commit comments