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 dcbf989 commit e8ed6d3Copy full SHA for e8ed6d3
.github/workflows/tests.yml
@@ -30,7 +30,7 @@ jobs:
30
python -m pip install --upgrade pip
31
pip install pylint pytest
32
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33
- if [ ${{ matrix.python-version }} == "3.12" ]; then pip install setuptools; fi
+ if [ ${{ matrix.python-version }} >= "3.12" ]; then pip install setuptools; fi
34
- name: Analysing the code with pylint
35
run: |
36
pylint $(git ls-files '*.py')
0 commit comments