Skip to content

Commit

Permalink
fix: attempt to fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
botanical committed Nov 22, 2024
1 parent 39ff891 commit fa68d36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ jobs:
env:
PUBLISHED_COLLECTION_FILES: ${{ needs.dataset-publication-and-configuration.outputs.publishedCollections }}
run: |
pip install -r scripts/requirements.txt
pip install -r ./scripts/requirements.txt
for file in "${PUBLISHED_COLLECTION_FILES[@]}"
do
python3 scripts/generate-mdx.py "$file"
python3 ./scripts/generate-mdx.py "$file"
done
open-veda-config-pr:
Expand Down

0 comments on commit fa68d36

Please sign in to comment.