MilesCranmer commited on
Commit
000f989
1 Parent(s): eea7daa

Fix bash login command in CI

Browse files
.github/workflows/CI.yml CHANGED
@@ -25,7 +25,7 @@ jobs:
25
  runs-on: ${{ matrix.os }}
26
  defaults:
27
  run:
28
- shell: bash -l {0}
29
  strategy:
30
  matrix:
31
  julia-version: ['1.7.1']
 
25
  runs-on: ${{ matrix.os }}
26
  defaults:
27
  run:
28
+ shell: bash
29
  strategy:
30
  matrix:
31
  julia-version: ['1.7.1']
.github/workflows/CI_Windows.yml CHANGED
@@ -25,7 +25,7 @@ jobs:
25
  runs-on: ${{ matrix.os }}
26
  defaults:
27
  run:
28
- shell: bash -l {0}
29
  strategy:
30
  matrix:
31
  julia-version: ['1.7.1']
 
25
  runs-on: ${{ matrix.os }}
26
  defaults:
27
  run:
28
+ shell: bash
29
  strategy:
30
  matrix:
31
  julia-version: ['1.7.1']
.github/workflows/CI_large_nightly.yml CHANGED
@@ -15,7 +15,7 @@ jobs:
15
  runs-on: ${{ matrix.os }}
16
  defaults:
17
  run:
18
- shell: bash -l {0}
19
  strategy:
20
  matrix:
21
  julia-version: ['1.5.0', '1.6.1', '1.7.1', 'nightly']
 
15
  runs-on: ${{ matrix.os }}
16
  defaults:
17
  run:
18
+ shell: bash
19
  strategy:
20
  matrix:
21
  julia-version: ['1.5.0', '1.6.1', '1.7.1', 'nightly']
.github/workflows/CI_mac.yml CHANGED
@@ -25,7 +25,7 @@ jobs:
25
  runs-on: ${{ matrix.os }}
26
  defaults:
27
  run:
28
- shell: bash -l {0}
29
  strategy:
30
  matrix:
31
  julia-version: ['1.7.1']
 
25
  runs-on: ${{ matrix.os }}
26
  defaults:
27
  run:
28
+ shell: bash
29
  strategy:
30
  matrix:
31
  julia-version: ['1.7.1']