Skip to content

Commit b24dbd2

Browse files
authored
Adding dependency
Adding casregnum
1 parent 809a8d0 commit b24dbd2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
python -m pip install --upgrade pip
2626
pip install flake8 pytest
2727
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
28+
pip install casregnum
2829
- name: Lint with flake8
2930
run: |
3031
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)