Преглед изворни кода

ci: install python dependencies

pull/192/head
mingrammer пре 4 година
родитељ
комит
6d0dbe6443
1 измењених фајлова са 3 додато и 1 уклоњено
  1. +3
    -1
      .github/workflows/test.yml

+ 3
- 1
.github/workflows/test.yml Прегледај датотеку

@@ -28,4 +28,6 @@ jobs:
- name: Install poetry
run: pip install poetry
- name: Run all tests
run: poetry run python -m unittest -v tests/*.py
run: |
poetry install
poetry run python -m unittest -v tests/*.py

Loading…
Откажи
Сачувај