Skip to content

Commit

Permalink
古いpoetry.lockを弾く (#655)
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroshiba <[email protected]>
  • Loading branch information
qryxip and Hiroshiba authored Oct 24, 2023
1 parent bb08de7 commit db41aaf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/python_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,16 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.8"
- name: Install dependencies
- name: Install Poetry
run: |
python -m pip install --upgrade poetry
poetry config virtualenvs.create false
poetry install --with test
- name: Validate poetry.lock
run: |
poetry lock --no-update
git diff --exit-code
- name: Install dependencies
run: poetry install --with test
- name: Check code style for voicevox_core_python_api
run: |
black --check .
Expand Down

0 comments on commit db41aaf

Please sign in to comment.