Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7fd387a

Browse files
committed
Skip matplotlib due to token issue
1 parent 5e92c6f commit 7fd387a

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

.github/workflows/release.yaml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,19 @@ jobs:
5454
artifact-name: devstats-scientific-python-4
5555
timezone: US/Pacific
5656

57-
download-5:
58-
runs-on: ubuntu-latest
59-
steps:
60-
- uses: scientific-python/devstats-query-action@main
61-
with:
62-
repos: |
63-
- matplotlib/matplotlib
64-
token: ${{ secrets.GRAPHQL_TOKEN }}
65-
artifact-name: devstats-scientific-python-5
66-
timezone: US/Pacific
57+
# Skip matplotlib for now, since they don't support personal tokens
58+
# with expiry > 7 days.
59+
#
60+
# download-5:
61+
# runs-on: ubuntu-latest
62+
# steps:
63+
# - uses: scientific-python/devstats-query-action@main
64+
# with:
65+
# repos: |
66+
# - matplotlib/matplotlib
67+
# token: ${{ secrets.GRAPHQL_TOKEN }}
68+
# artifact-name: devstats-scientific-python-5
69+
# timezone: US/Pacific
6770

6871
download-6:
6972
runs-on: ubuntu-latest
@@ -95,7 +98,7 @@ jobs:
9598
- download-2
9699
- download-3
97100
- download-4
98-
- download-5
101+
# - download-5
99102
- download-6
100103
- download-7
101104
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)