Skip to content

Commit

Permalink
Merge pull request #1511 from pyne/conda-build-test2
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Nov 25, 2023
2 parents d3c26b5 + 94a4592 commit d216b0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,20 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pkg_mgr: ['apt', 'conda']
stage: [base_python, moab, dagmc, openmc]
hdf5: ['']
include:
- stage: dagmc
- pkg_mgr: 'apt'
stage: dagmc
hdf5: _hdf5
- pkg_mgr: 'conda'
stage: dagmc
hdf5: _hdf5
fail-fast: false

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

steps:
- name: Checkout repository
Expand All @@ -50,4 +55,3 @@ jobs:
with:
stage: ${{ matrix.stage }}
hdf5: ${{ matrix.hdf5 }}

2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Next Version
**Change**
* Move tests from nose to pytest (#1478 #1493)
* Update MOAB dead link and add PyNE logo to readme file (#1481)
* Install packages with conda in Dockerfile (#1509 #1510)
* Install packages with conda in Dockerfile (#1509 #1510 #1511)

**Fix**
* Add missing rxname offsets (#1482)
Expand Down

0 comments on commit d216b0b

Please sign in to comment.