Skip to content

Commit

Permalink
Try learning bash
Browse files Browse the repository at this point in the history
  • Loading branch information
terrorfisch committed Jan 3, 2025
1 parent 8107e93 commit 860b331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythontest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Generate valid name
run: |
numpy_version = ${{ matrix.numpy-version }}
numpy_version="${{ matrix.numpy-version }}"
if [[ $numpy_version == *"<2"* ]]; then
numpy_version="1"
else
Expand Down

0 comments on commit 860b331

Please sign in to comment.