Skip to content

Commit 54b7de2

Browse files
committed
Fix CI
1 parent b255299 commit 54b7de2

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/resources/conda-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- compilers
1212
- bash
1313
- simple-build-system>=1.2.6
14-
- ncrystal
14+
- ncrystal>=4.1.2
1515
- mcpl
1616
- matplotlib
1717
- zlib

.github/workflows/condatest_essncrystaldev.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@ jobs:
7272
- name: Install extra conda pkgs
7373
run: conda env update --name simplebuild_dgcode --file ./src_ncrystal/devel/reqs/conda_all_and_devel.yml
7474

75-
- name: Install ncrystal
76-
run: |
77-
set -eu
78-
python3 -m pip install ncrystal
79-
nctool --test
80-
8175
- name: Make ncrystaldynamic bundle discoverable
8276
run: pip install -e ./src_ncrystal/devel/simplebuild/discovery
8377

0 commit comments

Comments
 (0)