File tree Expand file tree Collapse file tree 5 files changed +379
-376
lines changed Expand file tree Collapse file tree 5 files changed +379
-376
lines changed Original file line number Diff line number Diff line change @@ -48,20 +48,23 @@ jobs:
48
48
matrix :
49
49
include :
50
50
- os : ubuntu-latest
51
- python-version : 3.7
51
+ python-version : ' 3.7'
52
52
job_id : 0
53
53
- os : ubuntu-latest
54
- python-version : 3.8
54
+ python-version : ' 3.8'
55
55
job_id : 1
56
56
- os : ubuntu-latest
57
- python-version : 3.9
57
+ python-version : ' 3.9'
58
58
job_id : 2
59
- - os : macos -latest
60
- python-version : 3.9
59
+ - os : ubuntu -latest
60
+ python-version : ' 3.10 '
61
61
job_id : 3
62
- - os : windows -latest
63
- python-version : 3.9
62
+ - os : macos -latest
63
+ python-version : ' 3.10 '
64
64
job_id : 4
65
+ - os : windows-latest
66
+ python-version : ' 3.10'
67
+ job_id : 5
65
68
66
69
steps :
67
70
- uses : actions/checkout@v2
78
81
# so this ensures all Python versions will be periodically integration tested with the
79
82
# resource servers
80
83
env :
81
- NUM_JOBS : 5
84
+ NUM_JOBS : 6
82
85
JOB_ID : ${{ matrix.job_id }}
83
86
if : ${{ github.event_name == 'pull_request' || github.ref == 'refs/heads/master' }}
84
87
shell : bash
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pytest = "*"
8
8
pytest-cov = " *"
9
9
sphinx = " *"
10
10
sphinx-rtd-theme = " *"
11
- black = " ==21.12b0 "
11
+ black = " * "
12
12
13
13
[packages ]
14
14
lineage = {editable = true ,path = " ." }
You can’t perform that action at this time.
0 commit comments