Skip to content

Commit e735671

Browse files
authored
Merge pull request #6624 from opsmill/wvd-fix-poetry-lock
Fix poetry lock file for infrahub-testcontainers
2 parents c2e9abc + 7bccb19 commit e735671

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,17 @@ jobs:
200200
exit 1
201201
fi
202202
203+
infrahub-testcontainers-poetry-check:
204+
if: |
205+
needs.files-changed.outputs.infrahub_poetry_files == 'true' ||
206+
github.ref_name == 'stable' ||
207+
github.ref_name == 'develop'
208+
needs:
209+
- "files-changed"
210+
uses: "./.github/workflows/poetry-check.yml"
211+
with:
212+
directory: "./python_testcontainers"
213+
203214
# TODO NEED TO REVISIT THIS ONE
204215
# python-sdk-poetry-check:
205216
# if: |

python_testcontainers/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)