Skip to content

Commit

Permalink
test: fix numpy as v1.24;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Jun 24, 2024
1 parent 475c45f commit 87450ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testing_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macOS-13 ]
python-version: [ '3.7', '3.11' ]
os: [ ubuntu-latest, windows-latest, macOS-latest ]
python-version: ["3.8","3.11"]

steps:
- uses: actions/checkout@v3
Expand All @@ -34,6 +34,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy==1.24
pip install -r requirements.txt
pip install pytest coverage
Expand Down

0 comments on commit 87450ff

Please sign in to comment.