Skip to content

Commit 5c3ee11

Browse files
committed
wip
1 parent 68304a6 commit 5c3ee11

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pr-check.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,12 @@ jobs:
320320
run: poetry init --name=pet-test --python=^3.11 -q -n
321321
shell: bash
322322

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+
323329
- name: Petry virtual env setup 3.12
324330
if: startsWith( matrix.feature, 'ci-poetry') && startsWith( matrix.os, 'ubuntu')
325331
run: poetry env use 3.12

0 commit comments

Comments
 (0)