mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +00:00
[CI] Upgrade Windows python version to 3.8 (same as linux)
This commit is contained in:
parent
897955f0a1
commit
7f5857296e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -91,7 +91,7 @@ jobs:
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: "3.7"
|
python-version: "3.8"
|
||||||
|
|
||||||
- name: Cache pip
|
- name: Cache pip
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
@ -113,4 +113,4 @@ jobs:
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
python -c 'import libtorrent as lt; print(lt.__version__)';
|
python -c 'import libtorrent as lt; print(lt.__version__)';
|
||||||
pytest -m "not (todo or gtkui or security)" deluge
|
pytest -v -m "not (todo or gtkui or security)" deluge
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue