Skip to content

Commit 95ec86d

Browse files
committed
✂️ don't cut more than needed
1 parent a4a75f9 commit 95ec86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: get major numpy version
8484
id: numpy-major
8585
run: |
86-
version=$(echo ${{ matrix.numpy-version }} | cut -c 1-7)
86+
version=$(echo ${{ matrix.numpy-version }} | cut -c 1)
8787
echo "::set-output name=version::$version"
8888
8989
- name: install deps

0 commit comments

Comments
 (0)