We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b255299 commit 54b7de2Copy full SHA for 54b7de2
.github/resources/conda-setup.yml
@@ -11,7 +11,7 @@ dependencies:
11
- compilers
12
- bash
13
- simple-build-system>=1.2.6
14
- - ncrystal
+ - ncrystal>=4.1.2
15
- mcpl
16
- matplotlib
17
- zlib
.github/workflows/condatest_essncrystaldev.yml
@@ -72,12 +72,6 @@ jobs:
72
- name: Install extra conda pkgs
73
run: conda env update --name simplebuild_dgcode --file ./src_ncrystal/devel/reqs/conda_all_and_devel.yml
74
75
- - name: Install ncrystal
76
- run: |
77
- set -eu
78
- python3 -m pip install ncrystal
79
- nctool --test
80
-
81
- name: Make ncrystaldynamic bundle discoverable
82
run: pip install -e ./src_ncrystal/devel/simplebuild/discovery
83
0 commit comments