We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f53b0a commit 8355f95Copy full SHA for 8355f95
.github/workflows/build.yml
@@ -92,12 +92,14 @@ jobs:
92
run: |
93
python -c "import sys; print(sys.version)"
94
whereis python
95
+ whereis python3
96
97
- name: Force Python 3.11
98
99
sudo update-alternatives --install /usr/local/bin/python python /opt/hostedtoolcache/Python/3.11.13/x64/bin/python 1
100
sudo update-alternatives --install /usr/local/bin/python3 python3 /opt/hostedtoolcache/Python/3.11.13/x64/bin/python 1
101
echo "/usr/local/bin:$PATH" >> $GITHUB_PATH
102
+ echo "PYTHON_VERSION=3.11" >> $GITHUB_ENV
103
sudo update-alternatives --config python3
104
105
0 commit comments