We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ecc2f commit 4234fa8Copy full SHA for 4234fa8
1 file changed
.github/workflows/release.yml
@@ -41,8 +41,8 @@ jobs:
41
- name: Installing dependencies
42
run: |
43
if [ "$RUNNER_OS" == "Linux" ]; then
44
- sudo update-alternatives --install /usr/bin/python python /opt/hostedtoolcache/Python/3.11.2/x64/bin/python3.11 1
45
- sudo update-alternatives --install /usr/bin/python3 python3 /opt/hostedtoolcache/Python/3.11.2/x64/bin/python3.11 1
+ sudo update-alternatives --install /usr/bin/python python /opt/hostedtoolcache/Python/3.11.*/x64/bin/python3.11 1
+ sudo update-alternatives --install /usr/bin/python3 python3 /opt/hostedtoolcache/Python/3.11.*/x64/bin/python3.11 1
46
fi
47
python3 -m venv venv
48
0 commit comments