Skip to content

Commit

Permalink
Merge pull request #231 from lanl/Test_workflow_fixes
Browse files Browse the repository at this point in the history
ENH: Fixes test for published conda packages
  • Loading branch information
jacob-moore22 authored Sep 11, 2024
2 parents d57fc9c + cf5d7bc commit c09f42c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fierro-test-no-implicit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
source ~/.bashrc
conda activate build-env
conda install --solver=classic conda-forge::conda-libmamba-solver conda-forge::libmamba conda-forge::libmambapy conda-forge::libarchive
conda install -c conda-forge -c fierromechanics fierro-cpu
conda install -c conda-forge -c fierromechanics evpfft
conda install -c conda-forge -c fierromechanics fierro_gui
conda install -c conda-forge -c fierromechanics fierro-fe-cpu
conda install -c conda-forge -c fierromechanics fierro-evpfft-cpu
conda install -c conda-forge -c fierromechanics fierro-gui
- name: Verify package dependencies
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/fierro-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
source ~/.bashrc
conda activate build-env
conda install --solver=classic conda-forge::conda-libmamba-solver conda-forge::libmamba conda-forge::libmambapy conda-forge::libarchive
conda install -c conda-forge -c fierromechanics fierro-cpu
conda install -c conda-forge -c fierromechanics evpfft
conda install -c conda-forge -c fierromechanics fierro_gui
conda install -c conda-forge -c fierromechanics fierro-fe-cpu
conda install -c conda-forge -c fierromechanics fierro-evpfft-cpu
conda install -c conda-forge -c fierromechanics fierro-gui
- name: Verify package dependencies
run: |
Expand Down

0 comments on commit c09f42c

Please sign in to comment.