Commit a2c6f42 1 parent 532cba2 commit a2c6f42 Copy full SHA for a2c6f42
File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 35
35
args : --release --out dist
36
36
sccache : ' true'
37
37
manylinux : auto
38
+ - name : Install and test
39
+ run : |
40
+ pip install roaring-landmask --no-index --find-links dist --force-reinstall
41
+ pip install pytest pytest-benchmark numpy shapely
42
+ cd tests && pytest
38
43
- name : Upload wheels
39
44
uses : actions/upload-artifact@v3
40
45
with :
58
63
target : ${{ matrix.target }}
59
64
args : --release --out dist
60
65
sccache : ' true'
66
+ - name : Install and test
67
+ run : |
68
+ pip install roaring-landmask --no-index --find-links dist --force-reinstall
69
+ pip install pytest pytest-benchmark numpy shapely
70
+ cd tests && pytest
61
71
- name : Upload wheels
62
72
uses : actions/upload-artifact@v3
63
73
with :
80
90
target : ${{ matrix.target }}
81
91
args : --release --out dist
82
92
sccache : ' true'
93
+ - name : Install and test
94
+ run : |
95
+ pip install roaring-landmask --no-index --find-links dist --force-reinstall
96
+ pip install pytest pytest-benchmark numpy shapely
97
+ cd tests && pytest
83
98
- name : Upload wheels
84
99
uses : actions/upload-artifact@v3
85
100
with :
You can’t perform that action at this time.
0 commit comments