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 517189b commit 4d536e5Copy full SHA for 4d536e5
.github/workflows/build-template.yaml
@@ -73,7 +73,7 @@ jobs:
73
run: |
74
python -m pip install --upgrade pip setuptools pyinstaller
75
curl -sSL https://install.python-poetry.org | python3 - --version ${{ env.POETRY_VERSION }}
76
- echo "C:\Users\runneradmin\AppData\Roaming\Python\Scripts" | Out-File -FilePath "$env:GITHUB_PATH" -Encoding utf8 -Append
+ Add-Content $env:GITHUB_PATH "C:\Users\runneradmin\AppData\Roaming\Python\Scripts"
77
78
poetry config virtualenvs.create false
79
poetry install --no-root
0 commit comments