Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shinaoka committed Jun 5, 2024
1 parent d25b6d4 commit 30496e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
- os: ubuntu-latest
numpy-version: 1.16
scipy-version: 1.4
python-version: 3.9
python-version: '3.9'
- os: ubuntu-latest
numpy-version: auto
scipy-version: auto
python-version: 3.10
python-version: '3.10'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 30496e2

Please sign in to comment.