Skip to content

Commit 2ee03cb

Browse files
committed
env added to workflow
1 parent fb92fb8 commit 2ee03cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,9 @@ jobs:
3636
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3737
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3838
- name: Test with pytest
39+
env:
40+
DUNE_USER: ${{ secrets.DUNE_USER }}
41+
DUNE_PASS: ${{ secrets.DUNE_PASS }}
42+
3943
run: |
4044
pytest

0 commit comments

Comments
 (0)