Skip to content

Commit fd68007

Browse files
committed
update from bleepblop
1 parent efd23ae commit fd68007

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
run: ls -l dist/
5252
- name: Install wheel
5353
run: |
54-
WHEEL=$(ls dist/*.whl | grep "cp${{ replace(matrix.python-version, '.', '') }}-")
54+
VERSION="${{ replace(matrix.python-version, '.', '') }}"
55+
WHEEL=$(ls dist/*.whl | grep "cp${VERSION}-")
5556
echo "Installing wheel: $WHEEL"
5657
pip install "$WHEEL"
5758
- name: Run tests

0 commit comments

Comments
 (0)