File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments