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 8ffa5de commit 7ce53cfCopy full SHA for 7ce53cf
.github/workflows/ci.yml
@@ -228,6 +228,10 @@ jobs:
228
uses: actions/setup-python@v5
229
with:
230
python-version: ${{ matrix.python-version }}
231
+ - name: "Set environment variables"
232
+ run: |
233
+ RUNNER_NAME=$(echo "${{ runner.name }}" | grep -o 'ghrunner[0-9]\+' | sed 's/ghrunner\([0-9]\+\)/ghrunner_\1/')
234
+ echo "PYTEST_DEBUG_TEMPROOT=/var/lib/github/${RUNNER_NAME}/_temp" >> $GITHUB_ENV
235
- name: "Setup environment"
236
run: |
237
pipx install poetry==2.1 --python python${{ matrix.python-version }}
0 commit comments