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 91893c1 commit 7fa57c4Copy full SHA for 7fa57c4
.github/workflows/build.yml
@@ -30,4 +30,7 @@ jobs:
30
pip install .
31
- name: Test with pytest
32
run: |
33
+ echo "vars:"
34
+ echo $SYPHT_BASE_ENDPOINT
35
+ echo $SYPHT_API_KEY
36
pytest -s tests/*.py
0 commit comments