1 parent 0f3a6d6 commit 320eefcCopy full SHA for 320eefc
1 file changed
.github/workflows/publish.yml
@@ -28,6 +28,10 @@ jobs:
28
29
- name: Install the project
30
run: uv sync --locked --all-extras --dev
31
+
32
+ - name: Activate Python virtual environment
33
+ run: |
34
+ source .venv/bin/activate
35
36
- name: Render and Publish
37
uses: quarto-dev/quarto-actions/publish@v2
0 commit comments