Skip to content

Commit 7e6dbd9

Browse files
take out ==
1 parent 037443e commit 7e6dbd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/regression-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# Use grep to find the line beginning with "python"
4747
- name: Get Python version from file
4848
run: |
49-
PYTHON_VERSION=$(grep "^python==\K.*" .tool-versions)
49+
PYTHON_VERSION=$(grep "^python\K.*" .tool-versions)
5050
echo "PYTHON_VERSION=$PYTHON_VERSION" >> $GITHUB_ENV
5151
5252
- name: setup venv

0 commit comments

Comments
 (0)