We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809a8d0 commit b24dbd2Copy full SHA for b24dbd2
1 file changed
.github/workflows/python-app.yml
@@ -25,6 +25,7 @@ jobs:
25
python -m pip install --upgrade pip
26
pip install flake8 pytest
27
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
28
+ pip install casregnum
29
- name: Lint with flake8
30
run: |
31
# stop the build if there are Python syntax errors or undefined names
0 commit comments