Skip to content

Commit d6f1d3d

Browse files
authored
Add Snake workshop for Brno (#761)
1 parent 6c2ea6b commit d6f1d3d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install poetry
29-
poetry install
29+
poetry install --no-root
3030
- name: Freeze the site
3131
run: |
3232
export NAUCSE_MAIN_REPO_URL=https://github.com/$GITHUB_REPOSITORY

courses.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,3 +508,6 @@ lessons:
508508
url: https://github.com/mcurlej/naucse-python
509509
branch: compiled/main
510510
path: olomouc
511+
2025/snake-brno-zima:
512+
url: https://github.com/encukou/naucse-python
513+
branch: compiled/snake-2025-01

0 commit comments

Comments
 (0)