Skip to content

Commit 76cb167

Browse files
committed
Remove directory from ci
1 parent 7ce53cf commit 76cb167

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,6 @@ jobs:
228228
uses: actions/setup-python@v5
229229
with:
230230
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
235231
- name: "Setup environment"
236232
run: |
237233
pipx install poetry==2.1 --python python${{ matrix.python-version }}

0 commit comments

Comments
 (0)