Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 format version of poetry.lock
Comment thread
Hiroshiba marked this conversation as resolved.
Outdated
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