Skip to content

Commit

Permalink
remove poetry check, done by precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Hardy committed Aug 23, 2024
1 parent 7765207 commit 225ae81
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ jobs:
shell: bash
run: poetry config virtualenvs.in-project true

- name: Check poetry lock
shell: bash
run: poetry check --lock

- name: Install dependencies
shell: bash
run: poetry install
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/push_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ jobs:
shell: bash
run: poetry config virtualenvs.in-project true

- name: Check poetry lock
shell: bash
run: poetry check --lock

- name: Install dependencies
shell: bash
run: poetry install
Expand Down

0 comments on commit 225ae81

Please sign in to comment.