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 9463238 commit bbd1358Copy full SHA for bbd1358
.github/workflows/quick-pytest.yml
@@ -39,9 +39,10 @@ jobs:
39
env:
40
IPR_USER: ${{ secrets.IPR_TEST_USER }}
41
IPR_PASS: ${{ secrets.IPR_TEST_PASSWORD }}
42
+ IPR_URL: ${{ secrets.IPR_TEST_URL }}
43
GRAPHKB_USER: ${{ secrets.GKB_TEST_USER }}
44
GRAPHKB_PASS: ${{ secrets.GKB_TEST_PASS }}
- GRAPHKB_URL: ${{ secrets.GRAPHKB_TEST_URL }}
45
+ GRAPHKB_URL: ${{ secrets.GKB_TEST_URL }}
46
EXCLUDE_INTEGRATION_TESTS: 1
47
# EXCLUDE_INTEGRATION_TESTS: ${{ matrix.python-version != '3.11' }}
48
if: github.event_name != 'pull_request'
0 commit comments