Skip to content

Commit cb570aa

Browse files
authored
Remove poetry-checks job from make-based CI
Removed poetry-checks job from CI workflow.
1 parent 13c8179 commit cb570aa

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/make-based-ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,6 @@ concurrency:
1313
permissions: {}
1414

1515
jobs:
16-
poetry-checks:
17-
# FIXME: Remove when https://github.com/target/make-python-devex/issues/119 is fixed
18-
continue-on-error: true
19-
runs-on: ubuntu-latest
20-
permissions:
21-
pull-requests: write
22-
issues: write
23-
contents: read
24-
steps:
25-
- name: Checkout code
26-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
27-
with:
28-
persist-credentials: false
29-
# This will post a comment on PRs when poetry.lock changes
30-
- name: Diff poetry.lock
31-
uses: colindean/diff-poetry-lock@nl
32-
33-
3416
build:
3517
strategy:
3618
matrix:

0 commit comments

Comments
 (0)