Skip to content

Commit a102908

Browse files
authored
Fix poetry validation for release (#7354)
Poetry changed its ``master`` branch to ``main``
1 parent 18ac37a commit a102908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/validate_poetry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
conda create -y -n ${ENV_NAME}_poetry python=${MATRIX_PYTHON_VERSION} numpy ffmpeg
33
conda activate ${ENV_NAME}_poetry
4-
curl -sSL https://install.python-poetry.org | python3 - --git https://github.com/python-poetry/poetry.git@master
4+
curl -sSL https://install.python-poetry.org | python3 - --git https://github.com/python-poetry/poetry.git@main
55
export PATH="/root/.local/bin:$PATH"
66

77
poetry --version

0 commit comments

Comments
 (0)