Skip to content

Commit 686d5a0

Browse files
committed
Testing
1 parent d2d6fc4 commit 686d5a0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ jobs:
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:

0 commit comments

Comments
 (0)