Skip to content

Commit 01cfd27

Browse files
committed
updating github action, using encukou's version
1 parent 310f214 commit 01cfd27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ jobs:
1111
- name: Set up Python
1212
uses: actions/setup-python@v2
1313
with:
14-
python-version: 3.9
14+
python-version: 3.13
1515
- name: Poetry cache
16-
uses: actions/cache@v2
16+
uses: actions/cache@v4
1717
with:
1818
path: ~/.cache/pypoetry
1919
key: poetry-cache-${{ runner.os }}-${{ hashFiles('poetry.lock') }}-${{ hashFiles('.github/workflows/*.yml') }}
2020
- name: Pip cache
21-
uses: actions/cache@v2
21+
uses: actions/cache@v4
2222
with:
2323
path: ~/.cache/pip
2424
key: pip-cache-${{ runner.os }}-${{ hashFiles('.github/workflows/*.yml') }}
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install poetry
28-
poetry install -E ghp-compiled
28+
poetry install -E ghp-compiled --no-root
2929
- name: Compile the courses
3030
run: |
3131
poetry run python -m naucse_render compile _compiled \

0 commit comments

Comments
 (0)