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 1515 strategy :
1616 matrix :
1717 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+
2220 steps :
2321 - uses : actions/checkout@v2
2422 with :
Original file line number Diff line number Diff line change 11name : build
22
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- #
123# Run this occasionally to test performance:
134# nosetests -a "slow"
145
2415 strategy :
2516 matrix :
2617 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+
3120 steps :
3221 - uses : actions/checkout@v2
3322 - name : Set up Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments