Skip to content

Commit

Permalink
Remove brackets around numpy-requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Oct 22, 2021
1 parent bc1b285 commit 818214c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- case-name: OpenMP
os: ubuntu-latest
python-version: 3.9
numpy-requirement: [">=1.20,<1.21"]
numpy-requirement: ">=1.20,<1.21"
openmp: 1

# Builds without Cython at runtime. This is a core feature;
Expand Down

0 comments on commit 818214c

Please sign in to comment.