Skip to content

Commit b3dc85f

Browse files
committed
Enhance the CI workflow4.0
1 parent 57982d3 commit b3dc85f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
run: julia -e 'ENV["PYTHON"] = ""; using Pkg; Pkg.add("PyCall"); Pkg.build("PyCall")'
4646

4747
- name: Install dependencies with retry and heartbeat
48+
shell: bash
4849
run: |
4950
for i in 1 2 3; do
5051
julia --project=@. -e 'using Pkg; Pkg.instantiate()' &
@@ -56,6 +57,7 @@ jobs:
5657
done
5758
5859
- name: Run tests with retry and heartbeat
60+
shell: bash
5961
run: |
6062
for i in 1 2 3; do
6163
julia --project=@. -e 'using Pkg; Pkg.test()' &

0 commit comments

Comments
 (0)