Skip to content

Commit

Permalink
revert changes in build_test.yml again
Browse files Browse the repository at this point in the history
  • Loading branch information
bquan0 committed Nov 24, 2023
1 parent 93c0a66 commit f1b5166
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pkg_mgr: ['apt', 'conda']
stage: [base_python, moab, dagmc, openmc]
hdf5: ['']
include:
- pkg_mgr: 'apt'
stage: dagmc
hdf5: _hdf5
- pkg_mgr: 'conda'
stage: dagmc
- stage: dagmc
hdf5: _hdf5
fail-fast: false

container:
image: ghcr.io/pyne/pyne_ubuntu_22.04_py3_${{ matrix.pkg_mgr }}${{ matrix.hdf5 }}/${{ matrix.stage }}:stable
image: ghcr.io/pyne/pyne_ubuntu_22.04_py3${{ matrix.hdf5 }}/${{ matrix.stage }}:stable

steps:
- name: Checkout repository
Expand Down

0 comments on commit f1b5166

Please sign in to comment.