We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7e1ad commit 1541234Copy full SHA for 1541234
.github/workflows/development.yaml
@@ -29,6 +29,7 @@ jobs:
29
python-version: ${{matrix.py_ver}}
30
- name: Install dependencies
31
run: |
32
+ id
33
python -m pip install --upgrade pip
34
pip install flake8
35
- name: Run syntax tests
0 commit comments