We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84cfd7a commit cee4ff9Copy full SHA for cee4ff9
.github/workflows/on-push.yaml
@@ -12,6 +12,8 @@ jobs:
12
pre-checks:
13
uses: qctrl/reusable-workflows/.github/workflows/poetry-pre-checks.yaml@master
14
secrets: inherit
15
+ with:
16
+ container: "qctrl/ci-images:python-3.11-ci"
17
18
pytest:
19
uses: qctrl/reusable-workflows/.github/workflows/pytest.yaml@master
@@ -22,3 +24,5 @@ jobs:
22
24
publish:
23
25
uses: qctrl/reusable-workflows/.github/workflows/poetry-publish-development.yaml@master
26
27
28
0 commit comments