-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from LLNL/holm10-tg_rewrite-H2CRMcompatible
Fix dissociation into different species
- Loading branch information
Showing
11 changed files
with
4,483 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
- name: Install pip dependencies | ||
run: | | ||
python -m pip install --upgrade pip | ||
python -m pip install forthon>=0.10.7 numpy==1.26.4 h5py | ||
python -m pip install "forthon>=0.10.7" numpy h5py | ||
python -m pip install flake8 | ||
python -m pip install pytest-isolate pytest-xdist | ||
- name: Build UEDGE | ||
|
@@ -30,7 +30,7 @@ jobs: | |
- name: Return to pytests branch | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: pytests-develop | ||
ref: pytests | ||
repository: LLNL/UEDGE | ||
- name: Test with pytest | ||
run: | | ||
|
@@ -75,8 +75,8 @@ jobs: | |
uses: pypa/[email protected] | ||
env: | ||
CIBW_BUILD: ${{matrix.pyver}}-* | ||
CIBW_SKIP: "pp37-* cp37-* *-win32 *-manylinux_i686" | ||
CIBW_ARCHS_LINUX: auto | ||
CIBW_SKIP: "pp37-* cp37-* *-win32 *-manylinux_i686" | ||
CIBW_BEFORE_BUILD: pip install numpy 'forthon>=0.10.7' 'build<0.10.0' | ||
|
||
- name: Upload Artifacts | ||
|
@@ -153,8 +153,8 @@ jobs: | |
uses: pypa/[email protected] | ||
env: | ||
CIBW_BUILD: ${{matrix.pyver}}-* | ||
IBW_SKIP: cp37-* | ||
CIBW_ARCHS: ${{matrix.arch}} | ||
CIBW_SKIP: "pp37-* cp37-* *-win32 *-manylinux_i686" | ||
CIBW_BEFORE_BUILD: pip install numpy 'forthon>=0.10.7' 'build<0.10.0' | ||
|
||
- name: Upload Artifacts | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.