Skip to content

Commit 6f9d5ce

Browse files
authored
Merge pull request #105 from apriha/develop
v4.3.0
2 parents 40f33d0 + 4317982 commit 6f9d5ce

File tree

5 files changed

+379
-376
lines changed

5 files changed

+379
-376
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,23 @@ jobs:
4848
matrix:
4949
include:
5050
- os: ubuntu-latest
51-
python-version: 3.7
51+
python-version: '3.7'
5252
job_id: 0
5353
- os: ubuntu-latest
54-
python-version: 3.8
54+
python-version: '3.8'
5555
job_id: 1
5656
- os: ubuntu-latest
57-
python-version: 3.9
57+
python-version: '3.9'
5858
job_id: 2
59-
- os: macos-latest
60-
python-version: 3.9
59+
- os: ubuntu-latest
60+
python-version: '3.10'
6161
job_id: 3
62-
- os: windows-latest
63-
python-version: 3.9
62+
- os: macos-latest
63+
python-version: '3.10'
6464
job_id: 4
65+
- os: windows-latest
66+
python-version: '3.10'
67+
job_id: 5
6568

6669
steps:
6770
- uses: actions/checkout@v2
@@ -78,7 +81,7 @@ jobs:
7881
# so this ensures all Python versions will be periodically integration tested with the
7982
# resource servers
8083
env:
81-
NUM_JOBS: 5
84+
NUM_JOBS: 6
8285
JOB_ID: ${{ matrix.job_id }}
8386
if: ${{ github.event_name == 'pull_request' || github.ref == 'refs/heads/master' }}
8487
shell: bash

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pytest = "*"
88
pytest-cov = "*"
99
sphinx = "*"
1010
sphinx-rtd-theme = "*"
11-
black = "==21.12b0"
11+
black = "*"
1212

1313
[packages]
1414
lineage = {editable = true,path = "."}

0 commit comments

Comments
 (0)