Skip to content

Commit 320eefc

Browse files
committed
add .venv activate
1 parent 0f3a6d6 commit 320eefc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828

2929
- name: Install the project
3030
run: uv sync --locked --all-extras --dev
31+
32+
- name: Activate Python virtual environment
33+
run: |
34+
source .venv/bin/activate
3135
3236
- name: Render and Publish
3337
uses: quarto-dev/quarto-actions/publish@v2

0 commit comments

Comments
 (0)