We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c8ae9 commit 16869f5Copy full SHA for 16869f5
1 file changed
.github/workflows/build-data.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: execute py script
39
run: |
40
cd src
41
- poetry run scripts/scrape_all.py
+ poetry run python scripts/scrape_all.py
42
43
- uses: EndBug/add-and-commit@v9 # You can change this to use a specific version.
44
with:
0 commit comments