We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb92fb8 commit 2ee03cbCopy full SHA for 2ee03cb
.github/workflows/python-package.yml
@@ -36,5 +36,9 @@ jobs:
36
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
37
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38
- name: Test with pytest
39
+ env:
40
+ DUNE_USER: ${{ secrets.DUNE_USER }}
41
+ DUNE_PASS: ${{ secrets.DUNE_PASS }}
42
+
43
run: |
44
pytest
0 commit comments