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 d8d20a9 commit 9d2a8f2Copy full SHA for 9d2a8f2
.github/workflows/run-tests.yml
@@ -22,13 +22,17 @@ jobs:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
run: hatch run test:run-report
24
- name: Check CLIs
25
+ env:
26
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
run: |
28
set -eux
29
pip install -e .
30
update-contributors --help
31
update-reviews --help
32
update-review-teams --help
33
- name: Run CLIs against website
34
35
36
37
git clone https://github.com/pyOpenSci/pyopensci.github.io.git
38
cd pyopensci.github.io
0 commit comments