Skip to content

Commit ed48450

Browse files
committed
Rollback shell command
1 parent 5e523d4 commit ed48450

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
auto-activate-base: false
2626

2727
- name: Install
28-
shell: bash
28+
shell: bash -l {0}
2929
run: pip install -e .[all]
3030

3131
- name: Run tests
32-
shell: bash
32+
shell: bash -l {0}
3333
run: py.test dask_cloudprovider
3434

3535
lint:
@@ -53,5 +53,5 @@ jobs:
5353
python-version: "3.12"
5454

5555
- name: Run import tests
56-
shell: bash
56+
shell: bash -l {0}
5757
run: source ci/scripts/test_imports.sh

0 commit comments

Comments
 (0)