Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.13
- name: Install dependencies
run: |
python -m pip install poetry
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ do vývoje, je potřeba ho nejdřív nainstalovat:

* Vytvoř si prostředí a nainstaluj závislosti:

```doscon
$ poetry install
```console
$ poetry install --no-root
```

Nainstalovanou aplikaci spustíš následovně:
Expand Down
Loading
Loading