Skip to content

Commit

Permalink
追加: poetry.lock 形式チェック CI (#1081)
Browse files Browse the repository at this point in the history
* add: `poetry.lock` 形式チェックCI

* Update .github/workflows/test.yml

---------

Co-authored-by: Hiroshiba <[email protected]>
  • Loading branch information
tarepan and Hiroshiba authored Mar 1, 2024
1 parent 58941f1 commit c97806b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
python -m pip install -r requirements-test.txt
- name: Validate poetry.lock
run: |
poetry lock --no-update
git diff --exit-code
- name: Run poetry and check
run: |
poetry export --without-hashes -o requirements.txt.check
Expand Down

0 comments on commit c97806b

Please sign in to comment.