File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 installation :
1414 strategy :
1515 matrix :
16- os : [ubuntu-latest, windows-latest, macos-latest ]
17- python-version : [3.6, 3.7, 3. 8]
16+ os : [ubuntu-latest]
17+ python-version : [3.8]
1818
1919 runs-on : ${{ matrix.os }}
2020
4747 needs : installation
4848 strategy :
4949 matrix :
50- os : [ubuntu-latest, windows-latest, macos-latest]
51- python-version : [3.6, 3.7, 3.8]
50+ os : [ macos-latest]
51+ python-version : [ 3.8]
5252
5353 runs-on : ${{ matrix.os }}
5454
6767 - name : Set poetry env
6868 run : |
6969 poetry config virtualenvs.create false
70- poetry install --no-root --user
70+ poetry install --no-root
7171 shell : bash
7272 - name : Run tests
7373 run : |
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ sphinx = "^2.4.4"
4646toml = " ^0.10.0"
4747sphinx_rtd_theme = " ^0.4.3"
4848pygments = " ^2.6.1"
49- jupyter = " ^1.0.0"
49+ jupyter = { version = " ^1.0.0" , optional = true }
5050
5151[tool .poetry .extras ]
5252docs = [" toml" ]
You can’t perform that action at this time.
0 commit comments