Skip to content

Commit 6f0a893

Browse files
author
Kevin Paul
authored
Use bash login shell
1 parent a59ad50 commit 6f0a893

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
deploy-site:
1010
runs-on: ubuntu-latest
11+
defaults:
12+
run:
13+
shell: bash -l {0}
1114
steps:
1215
- uses: actions/checkout@v2
1316

@@ -24,7 +27,7 @@ jobs:
2427

2528
- name: Build
2629
run: |
27-
conda activate pythia
30+
conda env list
2831
cd content
2932
make -j4 html
3033

0 commit comments

Comments
 (0)