File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments