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 68304a6 commit 5c3ee11Copy full SHA for 5c3ee11
.github/workflows/pr-check.yml
@@ -320,6 +320,12 @@ jobs:
320
run: poetry init --name=pet-test --python=^3.11 -q -n
321
shell: bash
322
323
+ - name: Post
324
+ if: startsWith( matrix.feature, 'ci-poetry')
325
+ # We want to have 2 envs for this poetry project 3.12 and 3.11.
326
+ run: ls
327
+ shell: bash
328
+
329
- name: Petry virtual env setup 3.12
330
if: startsWith( matrix.feature, 'ci-poetry') && startsWith( matrix.os, 'ubuntu')
331
run: poetry env use 3.12
0 commit comments