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 55e0d34 commit d07f778Copy full SHA for d07f778
.github/workflows/python.yml
@@ -27,8 +27,6 @@ jobs:
27
build:
28
needs: check
29
runs-on: ubuntu-latest
30
- env:
31
- TERMINUSX_TOKEN: ${{ secrets.TERMINUSX_TOKEN_DEV }}
32
strategy:
33
matrix:
34
python-version: ["3.8", "3.9", "3.10"]
@@ -46,6 +44,7 @@ jobs:
46
44
tox -e deps
47
45
- name: Test with pytest
48
run: |
+ [[ "$GITHUB_REPOSITORY" == "terminusdb/terminusdb-client-python" && "$GITHUB_EVENT_NAME" == "push" ]] && export TERMINUSX_TOKEN='${{ secrets.TERMINUSX_TOKEN_DEV }}'
49
tox -e test
50
- name: Coverage report
51
uses: codecov/codecov-action@v2
0 commit comments