From fa68d360b5e7a889dc712e1e76d552f6d5b26cd8 Mon Sep 17 00:00:00 2001 From: Jennifer Tran <12633533+botanical@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:15:49 -0800 Subject: [PATCH] fix: attempt to fix file path --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index caa1ab9..850ff80 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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: