Skip to content

Commit 9d8acdf

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
4747
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4848
- name: Test with pytest
49+
env:
50+
FERNET_KEY: ${{ secrets.FERNET_KEY }}
4951
run: |
5052
pytest tests/
5153
- run: pip install -U wheel build

0 commit comments

Comments
 (0)