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 ea1b2e9 commit 0e33c97Copy full SHA for 0e33c97
.github/workflows/testing.yaml
@@ -39,13 +39,14 @@ jobs:
39
run: |
40
export PATH="/usr/local/opt/icu4c/bin:/usr/local/opt/icu4c/sbin:${PATH}"
41
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/usr/local/opt/icu4c/lib/pkgconfig"
42
- python3 -m venv /tmp/venv
+ python3 --version
43
+ python3.11 -m venv /tmp/venv
44
source /tmp/venv/bin/activate
- python3 -m pip install --upgrade pip
45
+ python3.11 -m pip install --upgrade pip
46
pip install ".[test,osspecials]"
47
pip uninstall -y nowplaying
48
versioningit --write
- python setupnltk.py
49
+ python3.11 setupnltk.py
50
- name: tests
51
shell: bash
52
0 commit comments