Skip to content

Commit

Permalink
ci: update gha workflow to use new poetry check --lock (#8344)
Browse files Browse the repository at this point in the history
  • Loading branch information
samypr100 authored Aug 23, 2023
1 parent 5375292 commit f5b0228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
timeout 10s poetry run pip --version || rm -rf .venv
- name: Check lock file
run: poetry lock --check
run: poetry check --lock

- name: Install dependencies
run: poetry install --with github-actions
Expand Down

0 comments on commit f5b0228

Please sign in to comment.