Skip to content

Commit

Permalink
Pin numpy and limit build range
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Nov 25, 2024
1 parent edec777 commit 9793df5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bundle_with_dakota_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8','3.9','3.10','3.11','3.12']
python-version: ['3.11']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
env:
Expand Down
11 changes: 3 additions & 8 deletions .github/workflows/bundle_with_dakota_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,8 @@ jobs:
fail-fast: true
matrix:
# https://github.com/actions/runner-images?tab=readme-ov-file#available-images
python-version: [ '3.8', '3.11', '3.12' ]
os: [ 'macos-14', 'macos-14-large', 'macos-13' ]
exclude:
- os: 'macos-14'
python-version: '3.8'
- os: 'macos-14-large'
python-version: '3.8'
python-version: [ '3.11' ]
os: [ 'macos-14' ]

runs-on: ${{ matrix.os }}
name: "Build 🛞 (${{ matrix.python-version }}, ${{ matrix.os }})"
Expand Down Expand Up @@ -96,7 +91,7 @@ jobs:
if: steps.cache-package.outputs.cache-hit != 'true'
run: |
python -m pip install -U pip
python -m pip install numpy
python -m pip install numpy==1.26.4
- name: Build needed boost libraries
if: steps.cache-package.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 9793df5

Please sign in to comment.