Skip to content

Commit

Permalink
Add 3.11 test, comment internal numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
gcassella authored Nov 6, 2023
1 parent 548d93d commit ef641d6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,15 @@ jobs:
python-version: '3.10'
os: ubuntu-latest
package-overrides: "none"
- name-prefix: "with internal numpy"
python-version: '3.10'
- name-prefix: "all tests"
python-version: '3.11'
os: ubuntu-latest
# Test with numpy version that matches Google-internal version
package-overrides: "numpy==1.21.5"
package-overrides: "none"
# - name-prefix: "with internal numpy"
# python-version: '3.10'
# os: ubuntu-latest
# Test with numpy version that matches Google-internal version
# package-overrides: "numpy==1.21.5"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit ef641d6

Please sign in to comment.