p311-2
Some checks failed
deploy to v2 / test (push) Failing after 4s
deploy to v2 / deploy (push) Has been skipped

This commit is contained in:
Untone 2024-02-05 16:12:00 +03:00
parent c363b5478e
commit 9220857577

View File

@ -14,8 +14,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python3 -m pip install --upgrade pip
python -m pip install poetry python3 -m pip install poetry
poetry install poetry install
- name: Run tests - name: Run tests