Skip to content

Commit

Permalink
Fix yml names
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Feb 12, 2025
1 parent b4411fb commit 9d92ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/condatest_essncrystaldev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
#NCrystal needs extra packages:
- name: Install extra conda pkgs
run: conda env update --name simplebuild_dgcode --file ./src_ncrystal/devel/reqs/conda_all_combined.yml
run: conda env update --name simplebuild_dgcode --file ./src_ncrystal/devel/reqs/conda_all_and_devel.yml

- name: Install ncrystal
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/condatest_essncrystaldev_long.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
#NCrystal needs extra packages:
- name: Install extra conda pkgs
run: conda env update --name simplebuild_dgcode --file ./src_ncrystal/devel/reqs/conda_all_combined.yml
run: conda env update --name simplebuild_dgcode --file ./src_ncrystal/devel/reqs/conda_all_and_devel.yml

- name: Make ncrystaldynamic bundle discoverable
run: pip install -e ./src_ncrystal/devel/simplebuild/discovery
Expand Down

0 comments on commit 9d92ea2

Please sign in to comment.