Skip to content

Commit 4a8fb87

Browse files
committed
fix code to determine python version
1 parent a828637 commit 4a8fb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Replace dot in python version with empty space
2323
run: |
2424
python_version=${{matrix.python-version}}
25-
new_version="${python_version//./ }"
25+
new_version="${python_version//./}"
2626
echo "PYTHON_VERSION_WITHOUT_DOT=${new_version}" >> $GITHUB_ENV
2727
2828
- name: Install select_ai with core dependencies

0 commit comments

Comments
 (0)