We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a26ad89 commit a2deffaCopy full SHA for a2deffa
1 file changed
.github/workflows/python.yml
@@ -42,7 +42,6 @@ jobs:
42
- uses: actions/setup-python@v5
43
with:
44
python-version: ${{ matrix.python-version }}
45
- architecture: x64
46
- run: pip install -r requirements_ci.txt
47
- run: git clone https://github.com/PyCQA/pycodestyle ../pycodestyle
48
- run: cd ../pycodestyle && python setup.py build && cd -
0 commit comments