Skip to content

Commit 7160548

Browse files
committed
Don't use bash
1 parent f916ea5 commit 7160548

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -150,14 +150,8 @@ jobs:
150150
run: python -m pip --disable-pip-version-check install -r requirements.txt
151151

152152
- name: Test wheel
153-
shell: bash
154-
env:
155-
RPYBUILD_PARALLEL: 1
156-
RPYBUILD_STRIP_LIBPYTHON: 1
157-
RPYBUILD_CC_LAUNCHER: ccache
158153
working-directory: tests
159-
run: |
160-
python run_tests.py
154+
run: python run_tests.py
161155

162156
cross-build:
163157
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)