Skip to content

Commit

Permalink
Use 'uv run' in "collect" CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Dec 23, 2024
1 parent 5b5e3e5 commit 014acbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
merge-multiple: true

- name: Compile report
run: python -m sdmx.testing.report
run: uv run python -m sdmx.testing.report

- name: Upload report as a pages artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 014acbd

Please sign in to comment.