File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- os : ["ubuntu"]
14- python-version : ["3.10"]
13+ python-version : ["3.11"]
1514 defaults :
1615 run :
1716 shell : bash -el {0}
@@ -28,14 +27,16 @@ jobs:
2827 - name : Setup miniforge
2928 uses : conda-incubator/setup-miniconda@v3
3029 with :
31- auto-activate-base : true
32- activate-environment : " "
3330 auto-update-conda : true
31+ activate-environment : numcosmo
32+ python-version : ${{ matrix.python-version }}
3433 miniforge-variant : Mambaforge
3534 show-channel-urls : true
3635 use-mamba : true
3736 - name : Create environment
38- run : mamba install numcosmo jupyter nbformat
37+ run : mamba create -v -q -n numcosmo numcosmo jupyter nbformat
38+ - name : Activate Conda Environment
39+ run : source activate numcosmo
3940 - name : Render and Publish
4041 uses : quarto-dev/quarto-actions/publish@v2
4142 with :
You can’t perform that action at this time.
0 commit comments