File tree Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -54,16 +54,19 @@ jobs:
54
54
artifact-name : devstats-scientific-python-4
55
55
timezone : US/Pacific
56
56
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
67
70
68
71
download-6 :
69
72
runs-on : ubuntu-latest
95
98
- download-2
96
99
- download-3
97
100
- download-4
98
- - download-5
101
+ # - download-5
99
102
- download-6
100
103
- download-7
101
104
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments