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 6c5057f commit 68f00c6Copy full SHA for 68f00c6
.github/workflows/ci.yml
@@ -193,7 +193,7 @@ jobs:
193
- name: "Set environment variables"
194
run: |
195
RUNNER_NAME=$(echo "${{ runner.name }}" | grep -o 'ghrunner[0-9]\+' | sed 's/ghrunner\([0-9]\+\)/ghrunner_\1/')
196
- echo PYTEST_DEBUG_TEMPROOT=/var/lib/github/${RUNNER_NAME}/_temp >> $GITHUB_ENV
+ echo "PYTEST_DEBUG_TEMPROOT=/var/lib/github/${RUNNER_NAME}/_temp" >> $GITHUB_ENV
197
- name: "Setup environment"
198
199
pipx install poetry==1.8.5
0 commit comments