Skip to content

Commit de08d41

Browse files
committed
fix(test.yaml): try adding GITHUB_TOKEN to 'Run tests' block to try to fix HTTPError: HTTP Error 403: rate limit exceeded (based on Flopy breadcrumbs)
1 parent 4a15127 commit de08d41

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,5 @@ jobs:
7676
shell: bash -l {0}
7777
run: |
7878
pytest tests/test_notebooks.py -v
79+
env:
80+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)