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 b03b28c commit 33938c2Copy full SHA for 33938c2
.github/workflows/update-contribs.yml
@@ -25,9 +25,7 @@ jobs:
25
run: |
26
pip install pyosmeta@git+https://github.com/pyopensci/update-web-metadata
27
echo "$PWD"
28
- # Skip error for when this pr actually works
29
- # python -bb -W error scripts/parse-contributors.py
30
- python scripts/parse-contributors.py
+ python -b -W default scripts/parse-contributors.py
31
- name: Create Pull Request
32
uses: peter-evans/create-pull-request@v5
33
with:
0 commit comments