We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a828637 commit 4a8fb87Copy full SHA for 4a8fb87
.github/workflows/test.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Replace dot in python version with empty space
23
run: |
24
python_version=${{matrix.python-version}}
25
- new_version="${python_version//./ }"
+ new_version="${python_version//./}"
26
echo "PYTHON_VERSION_WITHOUT_DOT=${new_version}" >> $GITHUB_ENV
27
28
- name: Install select_ai with core dependencies
0 commit comments