Skip to content

Commit 1a58905

Browse files
committed
ci: < was confusing bash
Signed-off-by: Henry Schreiner <[email protected]>
1 parent b8e3776 commit 1a58905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# version number must be string, otherwise 3.10 becomes 3.1
2323
- os: windows-latest
2424
python-version: "3.11"
25-
installs: "numpy>=2.0.0rc1"
25+
installs: "'numpy>=2.0.0rc1'"
2626
- os: macos-latest
2727
python-version: "3.8"
2828
- os: ubuntu-latest

0 commit comments

Comments
 (0)