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 18ac37a commit a102908Copy full SHA for a102908
.github/scripts/validate_poetry.sh
@@ -1,7 +1,7 @@
1
2
conda create -y -n ${ENV_NAME}_poetry python=${MATRIX_PYTHON_VERSION} numpy ffmpeg
3
conda activate ${ENV_NAME}_poetry
4
-curl -sSL https://install.python-poetry.org | python3 - --git https://github.com/python-poetry/poetry.git@master
+curl -sSL https://install.python-poetry.org | python3 - --git https://github.com/python-poetry/poetry.git@main
5
export PATH="/root/.local/bin:$PATH"
6
7
poetry --version
0 commit comments