소스 검색

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

불러오는 중...
취소
저장