Skip to content

Commit cf1b89f

Browse files
committed
Partial revert
1 parent 634333c commit cf1b89f

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/mcxtrace-conda-basictest.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
include:
21-
- { os: ubuntu-latest, python: '3.13', mpi: 'openmpi' }
22-
- { os: ubuntu-latest, python: '3.13', mpi: 'mpich' }
21+
- { os: ubuntu-latest, python: '3.12', mpi: 'openmpi' }
22+
- { os: ubuntu-latest, python: '3.12', mpi: 'mpich' }
2323
- { os: macos-latest, python: '3.12', mpi: 'openmpi' }
2424
- { os: macos-latest, python: '3.12', mpi: 'mpich' }
2525
- { os: windows-latest, python: '3.12', mpi: 'msmpi' }
@@ -56,13 +56,12 @@ jobs:
5656
id: conda-deps
5757
run: |
5858
./src/devel/bin/mccode-create-conda-yml -m mcxtrace -n mcxtrace -o dependencies.yml
59-
echo DONE
59+
cat dependencies.yml
6060
6161
- name: Update conda
6262
id: update-conda
6363
run: |
64-
conda env remove -n mcxtrace -y
65-
conda env create --file dependencies.yml -y
64+
onda env update --file dependencies.yml -y
6665
echo DONE
6766
6867
- name: Check versions

0 commit comments

Comments
 (0)