Skip to content

Commit 92271e0

Browse files
committed
debug
1 parent e229452 commit 92271e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/installer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
set -e
7575
poetry new foobar
7676
cd foobar
77-
poetry config virtualenvs.in-project true
78-
poetry env use python
77+
poetry -vvv config virtualenvs.in-project true
78+
poetry -vvv env use python
7979
[ "$(poetry run python --version)" == "$(python --version)" ] \
8080
|| { echo >&2 "ERROR: Virtual environment Python version do not match system version." && exit 1; }
8181

0 commit comments

Comments
 (0)