Skip to content

Commit

Permalink
revert for python3.8 test
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Jul 5, 2024
1 parent 2a1c9c1 commit 65a6cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_dcorelib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
matrix:
include:
- os: ubuntu-latest
numpy: "1.24.4"
scipy: "1.6.3"
numpy: "1.24"
scipy: "1.6"
python: "3.8"
- os: ubuntu-latest
numpy: "1.26.4"
Expand Down

0 comments on commit 65a6cda

Please sign in to comment.