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 9d2a8f2 commit 5180688Copy full SHA for 5180688
.github/workflows/run-tests.yml
@@ -21,19 +21,12 @@ jobs:
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
run: hatch run test:run-report
24
- - name: Check CLIs
+ - name: Run CLIs against website
25
26
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
- env:
35
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
- run: |
37
git clone https://github.com/pyOpenSci/pyopensci.github.io.git
38
cd pyopensci.github.io
39
update-contributors
0 commit comments