summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDjLegolas <djlegolas@protonmail.com>2021-12-29 20:06:10 +0200
committerDjLegolas <djlegolas@protonmail.com>2021-12-29 20:06:10 +0200
commit7f5857296e5f21eea6c8dec9b56a51e352e8bfbb (patch)
treeb0563d856a1c04c60ad160d2f576ae3c26f5fe44
parent897955f0a164349d3191c778cfcb37ee9bff9daf (diff)
downloaddeluge-7f5857296e5f21eea6c8dec9b56a51e352e8bfbb.tar.gz
deluge-7f5857296e5f21eea6c8dec9b56a51e352e8bfbb.tar.bz2
deluge-7f5857296e5f21eea6c8dec9b56a51e352e8bfbb.zip
[CI] Upgrade Windows python version to 3.8 (same as linux)
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 206da5f58..865ae1969 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -91,7 +91,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
- python-version: "3.7"
+ python-version: "3.8"
- name: Cache pip
uses: actions/cache@v2
@@ -113,4 +113,4 @@ jobs:
- name: Test with pytest
run: |
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