Skip to content

Commit bc0c29b

Browse files
committed
Testing
1 parent 2ce554f commit bc0c29b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: ["3.11"]
1414
defaults:
1515
run:
16-
shell: bash -el {0}
16+
shell: bash -l {0}
1717
permissions:
1818
contents: write
1919
steps:
@@ -34,7 +34,9 @@ jobs:
3434
show-channel-urls: true
3535
use-mamba: true
3636
- name: Create environment
37-
run: mamba create -v -q -n numcosmo numcosmo jupyter nbformat
37+
run: |
38+
mamba create -v -q -n numcosmo numcosmo jupyter nbformat
39+
mamba info
3840
- name: Activate Conda Environment
3941
run: conda activate numcosmo
4042
- name: Render and Publish

0 commit comments

Comments
 (0)