Skip to content

Commit 3e304b2

Browse files
Update installation
1 parent 03d81d3 commit 3e304b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/example-executability.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install baseline package
2626
run: |
2727
python -m pip install --upgrade pip
28-
BASELINE_VERSION=$(python -c "import pathlib, re; text = pathlib.Path('README.md').read_text(encoding='utf-8'); print(re.search(r'This repo is aligned with `multilingualprogramming` `([^`]+)`\\.', text).group(1))")
28+
BASELINE_VERSION=$(python -c 'import pathlib, re; text = pathlib.Path("README.md").read_text(encoding="utf-8"); print(re.search(r"This repo is aligned with `multilingualprogramming` `([^`]+)`\.", text).group(1))')
2929
python -m pip install "multilingualprogramming==${BASELINE_VERSION}"
3030
3131
- name: Execute all example programs

0 commit comments

Comments
 (0)