We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037443e commit 7e6dbd9Copy full SHA for 7e6dbd9
1 file changed
.github/workflows/regression-tests.yml
@@ -46,7 +46,7 @@ jobs:
46
# Use grep to find the line beginning with "python"
47
- name: Get Python version from file
48
run: |
49
- PYTHON_VERSION=$(grep "^python==\K.*" .tool-versions)
+ PYTHON_VERSION=$(grep "^python\K.*" .tool-versions)
50
echo "PYTHON_VERSION=$PYTHON_VERSION" >> $GITHUB_ENV
51
52
- name: setup venv
0 commit comments