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:
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
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
You can’t perform that action at this time.
0 commit comments