Skip to content

Commit

Permalink
Restrict numpy version in older TF CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Jun 19, 2024
1 parent d453de7 commit 5c826e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
coverage-name: oldest
- script: test
tf-version: tensorflow~=2.9.0
numpy-version: numpy<2
coverage-name: tf-2.9
- script: test
tf-version: tensorflow~=2.13.0
Expand All @@ -65,6 +66,7 @@ jobs:
fail-fast: false
env:
TF_VERSION: ${{ matrix.tf-version || 'tensorflow' }}
NUMPY_VERSION: ${{ matrix.numpy-version || 'numpy' }}
TF_FORCE_GPU_ALLOW_GROWTH: true
GH_TOKEN: ${{ secrets.PUBLIC_GH_TOKEN }}
runs-on: ${{ matrix.runs-on || 'ubuntu-latest' }}
Expand Down
1 change: 1 addition & 0 deletions .nengobones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ ci_scripts:
coverage: true
pip_install:
- $TF_VERSION
- $NUMPY_VERSION
- template: deploy
wheel: true

Expand Down

0 comments on commit 5c826e1

Please sign in to comment.