Skip to content

Commit defd768

Browse files
authored
Aktualisieren von python-app.yml
1 parent d78e75a commit defd768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install dependencies
3838
run: |
3939
python -m pip install --upgrade pip
40-
pip install flake8 pytest
40+
pip install flake8 pytest cryptography
4141
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
4242
- name: Lint with flake8
4343
run: |

0 commit comments

Comments
 (0)