ソースを参照

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

読み込み中…
キャンセル
保存