Skip to content

Commit

Permalink
pin numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwashington committed Jun 17, 2024
1 parent 35f9d1f commit 1fd7648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
with:
python-version: "3.10"
- name: Install Python dependencies
run: |
run: | # force numpy to be latest non 2.x version due to incompatibility with google-cloud-aiplatform
python3 -m pip install --upgrade pip
pip3 install numpy==1.26.4
pip3 install -r requirements.txt
- name: Check for licenses
run: |
Expand Down Expand Up @@ -84,7 +85,6 @@ jobs:
# TODO move this to a temp directory
- name: 'Install integration test-specific dependencies'
run: |
pip3 install --upgrade numpy
pip3 install google-cloud-aiplatform
- name: Run integration tests
working-directory: tests/integration
Expand Down

0 comments on commit 1fd7648

Please sign in to comment.