Skip to content

Commit b6b734d

Browse files
committed
Revert "Temporary fix for env variables"
1 parent 939f2b9 commit b6b734d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yml

-3
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,6 @@ jobs:
158158
with:
159159
python-version: ${{ matrix.python }}
160160

161-
- name: Fix PATH and XDG_CONFIG_HOME for ARM64 Linux runners (actions/partner-runner-images#25)
162-
if: matrix.os == 'ubuntu-24.04-arm'
163-
run: for var in PATH XDG_CONFIG_HOME; do sed -Ee "s/^/${var}=/" -e 's/(runner)admin/\1/g' <<< "${!var}"; done | tee -a "$GITHUB_ENV"
164161
- name: Install tox
165162
run: |
166163
echo PATH; echo $PATH

0 commit comments

Comments
 (0)