Skip to content

Commit 46e3a3e

Browse files
committed
add missing quote
1 parent 11da515 commit 46e3a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id: full-python-version
4444
run: |
4545
echo python -c "import sys; print('.'.join(str(v) for v in sys.version_info[:2]))"
46-
echo python -c "import sys; print(sys.executable
46+
echo python -c "import sys; print(sys.executable)"
4747
4848
- name: Set up Poetry
4949
run: |

0 commit comments

Comments
 (0)