Skip to content

Commit

Permalink
Update to test numpy 2.1 install - WebSurfer
Browse files Browse the repository at this point in the history
  • Loading branch information
marklysze committed Nov 20, 2024
1 parent a3ebbee commit 6be11a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/contrib-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ jobs:
run: |
python -m pip install --upgrade pip wheel
pip install pytest-cov>=5
pip install "numpy>=2.1.0" # Add this line
python -c "import numpy; print(f'NumPy version: {numpy.__version__}')" # Verification
- name: Install packages and dependencies for WebSurfer
run: |
pip install -e .[websurfer]
Expand Down

0 comments on commit 6be11a4

Please sign in to comment.