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 e229452 commit 92271e0Copy full SHA for 92271e0
.github/workflows/installer.yml
@@ -74,8 +74,8 @@ jobs:
74
set -e
75
poetry new foobar
76
cd foobar
77
- poetry config virtualenvs.in-project true
78
- poetry env use python
+ poetry -vvv config virtualenvs.in-project true
+ poetry -vvv env use python
79
[ "$(poetry run python --version)" == "$(python --version)" ] \
80
|| { echo >&2 "ERROR: Virtual environment Python version do not match system version." && exit 1; }
81
0 commit comments