1 parent 3d493f3 commit c00ff7aCopy full SHA for c00ff7a
1 file changed
.github/workflows/publish.yml
@@ -24,21 +24,13 @@ jobs:
24
python-version-file: "pyproject.toml"
25
26
- name: Install uv
27
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v6
28
+ with:
29
+ activate-environment: true
30
+ - run: uv add jupyter pyyaml
31
32
- name: Install the project
33
run: uv sync --locked --all-extras --dev
-
- - name: Install Python dependencies
- run: |
34
- uv add pyyaml
35
- uv add jupyter
36
- # Add any other Python packages your notebook needs
37
- # pip install pandas matplotlib seaborn etc.
38
39
- - name: Activate Python virtual environment
40
41
- source .venv/bin/activate
42
43
- name: Render and Publish
44
uses: quarto-dev/quarto-actions/publish@v2
0 commit comments