Skip to content

Commit 3ad79ac

Browse files
committed
fix old gating env var
1 parent a5ef6ad commit 3ad79ac

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ jobs:
132132
133133
- name: Run non-root live package lifecycle tests on macOS
134134
if: runner.os == 'macOS'
135-
env:
136-
ABX_PKG_LIVE_PKG_TESTS: "1"
137135
run: |
138136
source .venv/bin/activate \
139137
&& python -m unittest \
@@ -148,8 +146,6 @@ jobs:
148146
149147
- name: Run non-root live package lifecycle tests on Linux
150148
if: runner.os == 'Linux'
151-
env:
152-
ABX_PKG_LIVE_PKG_TESTS: "1"
153149
run: |
154150
source .venv/bin/activate \
155151
&& python -m unittest \
@@ -164,7 +160,7 @@ jobs:
164160
- name: Run root-required live package lifecycle tests on Linux
165161
if: runner.os == 'Linux'
166162
run: |
167-
sudo env "PATH=$PATH:/nix/var/nix/profiles/default/bin" "ABX_PKG_LIVE_PKG_TESTS=1" ./.venv/bin/python -m unittest \
163+
sudo env "PATH=$PATH:/nix/var/nix/profiles/default/bin" ./.venv/bin/python -m unittest \
168164
tests.LiveUpdateAndUninstallTest.test_apt_provider_live_update_and_uninstall \
169165
tests.LiveUpdateAndUninstallTest.test_pyinfra_provider_live_update_and_uninstall \
170166
tests.LiveUpdateAndUninstallTest.test_ansible_provider_live_update_and_uninstall

0 commit comments

Comments
 (0)