Skip to content

Commit 1761df8

Browse files
committed
u
1 parent 3471e2d commit 1761df8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121
- uses: actions/setup-python@v5
2222
with:
2323
python-version: 3.12
24-
- uses: astral-sh/setup-uv@v3
2524
- run: |
26-
uv pip install --system nbformat
25+
pip install --system nbformat
2726
python auto_add_date.py posts/*.ipynb
2827
- run: quarto render
2928
- uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)