-
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.
- Loading branch information
Showing
2 changed files
with
10 additions
and
14 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
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 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 | ||
|
@@ -48,7 +48,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
os: [ubuntu-latest, macos-13, macos-14] | ||
pyver: [cp38, cp39, cp310, cp311, cp312] | ||
pyver: [cp37, cp38, cp39, cp310, cp311, cp312] | ||
|
||
steps: | ||
- name: Checks out repo | ||
|
@@ -74,9 +74,8 @@ jobs: | |
uses: pypa/[email protected] | ||
env: | ||
CIBW_BUILD: ${{matrix.pyver}}-* | ||
CIBW_SKIP: cp37-* | ||
CIBW_ARCHS_LINUX: auto | ||
CIBW_BEFORE_BUILD: pip install numpy forthon 'build<0.10.0' | ||
CIBW_BEFORE_BUILD: pip install numpy 'forthon>=0.10.7' 'build<0.10.0' | ||
|
||
- name: Upload Artifacts | ||
uses: actions/upload-artifact@v4 | ||
|
@@ -118,8 +117,7 @@ jobs: | |
uses: pypa/[email protected] | ||
env: | ||
CIBW_BUILD: pp* | ||
CIBW_SKIP: cp37-* | ||
CIBW_BEFORE_BUILD: pip install numpy forthon 'build<0.10.0' | ||
CIBW_BEFORE_BUILD: pip install numpy 'forthon>=0.10.7' 'build<0.10.0' | ||
|
||
- name: Upload Artifacts | ||
uses: actions/upload-artifact@v4 | ||
|
@@ -151,9 +149,8 @@ jobs: | |
uses: pypa/[email protected] | ||
env: | ||
CIBW_BUILD: ${{matrix.pyver}}-* | ||
CIBW_SKIP: cp37-* | ||
CIBW_ARCHS: ${{matrix.arch}} | ||
CIBW_BEFORE_BUILD: pip install numpy forthon 'build<0.10.0' | ||
CIBW_BEFORE_BUILD: pip install numpy 'forthon>=0.10.7' 'build<0.10.0' | ||
|
||
- name: Upload Artifacts | ||
uses: actions/upload-artifact@v4 | ||
|
@@ -181,8 +178,7 @@ jobs: | |
uses: pypa/[email protected] | ||
env: | ||
CIBW_BUILD: pp* | ||
CIBW_SKIP: cp37-* | ||
CIBW_BEFORE_BUILD: pip install numpy forthon 'build<0.10.0' | ||
CIBW_BEFORE_BUILD: pip install numpy 'forthon>=0.10.7' 'build<0.10.0' | ||
|
||
- name: Upload Artifacts | ||
uses: actions/upload-artifact@v4 | ||
|
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