Skip to content

Commit

Permalink
pip install poetryを先に持って来る
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Oct 23, 2023
1 parent be0a078 commit 0371c04
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/python_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,16 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.8"
- name: Install Poetry
run: |
python -m pip install --upgrade poetry
poetry config virtualenvs.create false
- name: Validate poetry.lock
run: |
poetry lock --no-update
git diff
- name: Install dependencies
run: |
python -m pip install --upgrade poetry
poetry config virtualenvs.create false
poetry install --with test
run: poetry install --with test
- name: Check code style for voicevox_core_python_api
run: |
black --check .
Expand Down

0 comments on commit 0371c04

Please sign in to comment.