We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf086d2 commit ac20d46Copy full SHA for ac20d46
.github/workflows/checks.yaml
@@ -21,6 +21,8 @@ jobs:
21
run: |
22
pip install .
23
pip install -r requirements_dev.txt
24
+ - name: Pin pip version
25
+ run: python -m pip install --upgrade "pip<24.1"
26
- name: Lint with Flake8
27
run: flake8 pro_tes/ setup.py
28
- name: Lint with Pylint
0 commit comments