Skip to content

Commit 0e33c97

Browse files
committed
3.11?
1 parent ea1b2e9 commit 0e33c97

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/testing.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@ jobs:
3939
run: |
4040
export PATH="/usr/local/opt/icu4c/bin:/usr/local/opt/icu4c/sbin:${PATH}"
4141
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/usr/local/opt/icu4c/lib/pkgconfig"
42-
python3 -m venv /tmp/venv
42+
python3 --version
43+
python3.11 -m venv /tmp/venv
4344
source /tmp/venv/bin/activate
44-
python3 -m pip install --upgrade pip
45+
python3.11 -m pip install --upgrade pip
4546
pip install ".[test,osspecials]"
4647
pip uninstall -y nowplaying
4748
versioningit --write
48-
python setupnltk.py
49+
python3.11 setupnltk.py
4950
- name: tests
5051
shell: bash
5152
run: |

0 commit comments

Comments
 (0)