File tree Expand file tree Collapse file tree 2 files changed +4
-17
lines changed Expand file tree Collapse file tree 2 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 15
15
strategy :
16
16
matrix :
17
17
os : [windows-latest, ubuntu-latest, macos-latest]
18
- python-version : [3.7, 3.8, 3.9]
19
- exclude :
20
- - os : windows-latest
21
- python-version : 3.7
18
+ python-version : [3.8, 3.9, '3.10']
19
+
22
20
steps :
23
21
- uses : actions/checkout@v2
24
22
with :
Original file line number Diff line number Diff line change 1
1
name : build
2
2
3
- # We ignore Python 3.7 on windows-latest because 3 tests are failing:
4
- # - FAIL: test_quadrect_2d_H (quantecon.tests.test_quad.TestQuadrect)
5
- # AssertionError:
6
- # Not equal to tolerance rtol=1e-07, atol=0
7
- # - FAIL: test_quadrect_2d_H2 (quantecon.tests.test_quad.TestQuadrect)
8
- # AssertionError:
9
- # Not equal to tolerance rtol=1e-07, atol=0
10
- # - The last error can't be found from the log
11
- #
12
3
# Run this occasionally to test performance:
13
4
# nosetests -a "slow"
14
5
24
15
strategy :
25
16
matrix :
26
17
os : [windows-latest, ubuntu-latest, macos-latest]
27
- python-version : [3.7, 3.8, 3.9]
28
- exclude :
29
- - os : windows-latest
30
- python-version : 3.7
18
+ python-version : [3.8, 3.9, '3.10']
19
+
31
20
steps :
32
21
- uses : actions/checkout@v2
33
22
- name : Set up Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments