Skip to content

Commit

Permalink
ci: clarify module import step in CI workflow
Browse files Browse the repository at this point in the history
Generated-by: aiautocommit
  • Loading branch information
iloveitaly committed Nov 16, 2024
1 parent 00b996c commit 37a51d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
- uses: jdx/mise-action@v2
- run: uv sync

- name: Make sure it runs
# `uv run` prefix is required since the venv is not activated

- name: Make sure we can import the module
run: uv run python -c 'import ${{ github.event.repository.name }}'

- run: uv run pytest
Expand Down

0 comments on commit 37a51d0

Please sign in to comment.