Skip to content

Commit 4907dd7

Browse files
committed
Migrate to UV: Adapt github actions
1 parent d775e89 commit 4907dd7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-slides.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Download nltk corpus
3232
run: uv run python -m nltk.downloader stopwords
3333

34+
- name: Activate venv
35+
run: source .venv/bin/activate
36+
3437
- name: Publish to GitHub Pages (and render)
3538
uses: quarto-dev/quarto-actions/publish@v2
3639
with:

0 commit comments

Comments
 (0)