Skip to content

Commit

Permalink
fix YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Jan 9, 2024
1 parent 89ca7e2 commit aeac702
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
runs-on: [ubuntu-latest, macos-latest, windows-latest]

include:
- python-version: pypy-3.10
numpy-version: latest
- python-version: "pypy-3.10"
numpy-version: "latest"
runs-on: ubuntu-latest

include:
- python-version: 3.9
numpy-version: 1.18.0
- python-version: "3.9"
numpy-version: "1.18.0"
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit aeac702

Please sign in to comment.