Skip to content

Commit 16869f5

Browse files
committed
fixed run action
1 parent a8c8ae9 commit 16869f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: execute py script
3939
run: |
4040
cd src
41-
poetry run scripts/scrape_all.py
41+
poetry run python scripts/scrape_all.py
4242
4343
- uses: EndBug/add-and-commit@v9 # You can change this to use a specific version.
4444
with:

0 commit comments

Comments
 (0)