Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pr.yml to handle creating mdx files #183

Open
2 tasks
botanical opened this issue Nov 19, 2024 · 0 comments
Open
2 tasks

Update pr.yml to handle creating mdx files #183

botanical opened this issue Nov 19, 2024 · 0 comments

Comments

@botanical
Copy link
Member

Context

In pr.yml, we currently have a no-op for creating mdx files. Uncomment and test it.

- name: Create dataset mdx for given collections
env:
PUBLISHED_COLLECTION_FILES: ${{ needs.dataset-publication-and-configuration.outputs.publishedCollections }}
run: echo "NO-OP step"
# run: |
# pip install -r scripts/requirements.txt
# for file in "${PUBLISHED_COLLECTION_FILES[@]}"
# do
# python3 scripts/mdx.py "$file"
# done

Acceptance Criteria

  • workflow is updated to have a step that correctly creates mdx files
  • relevant testing is done to ensure the step works correctly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant