File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ notifications:
9
9
10
10
environment :
11
11
matrix :
12
- - PYTHON : " C:\\ Python38 -x64"
12
+ - PYTHON : " C:\\ Python310 -x64"
13
13
DCOR_API_KEY :
14
14
secure : fZWCZrKoGp2a/bNqd+quJRsVcRI5Jx774LLx3BX3jDuFAqHEAkGR3M/Wq7IwxXua
15
15
Original file line number Diff line number Diff line change 14
14
max-parallel : 1 # do not run jobs in parallel to spare DCOR-dev
15
15
fail-fast : false
16
16
matrix :
17
- python-version : ['3.8 ']
17
+ python-version : ['3.10 ']
18
18
os : [macos-latest, ubuntu-latest]
19
19
env :
20
20
# Display must be available globally for linux to know where xvfb is
Original file line number Diff line number Diff line change 16
16
- name : Set up Python
17
17
uses : actions/setup-python@v2
18
18
with :
19
- python-version : 3.8
19
+ python-version : ' 3.10 '
20
20
- name : Install dependencies
21
21
run : |
22
22
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 15
15
- name : Set up Python
16
16
uses : actions/setup-python@v2
17
17
with :
18
- python-version : 3.8
18
+ python-version : ' 3.10 '
19
19
- name : Install dependencies
20
20
run : |
21
21
python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments