Skip to content

Commit 9ac2f7b

Browse files
committed
actions: Test against multiple versions of jsonref
See 1a1171b
1 parent 1a1171b commit 9ac2f7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
python-version: [ '3.6', '3.7', '3.8', '3.9']
10+
jsonref-version: ["==0.3", ">1"]
1011
steps:
1112
- uses: actions/checkout@v2
1213
- name: Setup python
@@ -21,6 +22,7 @@ jobs:
2122
restore-keys: |
2223
${{ runner.os }}-pip-
2324
- run: pip install --upgrade -r requirements_dev.txt
25+
- run: pip install 'jsonref${{ matrix.jsonref-version }}'
2426
- run: py.test --cov .
2527
- env:
2628
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)