Skip to content

Commit

Permalink
Fix syntax issue in matrix definition
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-belina committed Aug 9, 2024
1 parent 4ec457d commit 27ddb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_on_push_and_pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest","ubuntu-20.04", "macos-latest","macos-13","macos-12", "windows-latest","windows-2019"]
python-numpy-version: [ [python:3.9,numpy:1.25], [python:3.9,numpy:1.26],[python:3.9,numpy:2.0]]
python-numpy-version: [ {python:3.9,numpy:1.25}, {python:3.9,numpy:1.26},{python:3.9,numpy:2.0}]
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
Expand Down

0 comments on commit 27ddb0d

Please sign in to comment.