File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 47
47
run : |
48
48
set -e
49
49
pip install pyargus --find-links dist --force-reinstall
50
- pip install pytest pytest-cov hypothesis
50
+ pip install ./pyargus[test]
51
51
cd pyargus && pytest
52
52
- name : pytest
53
53
if : ${{ !startsWith(matrix.target, 'x86') && matrix.target != 'ppc64' }}
62
62
pip3 install -U pip pytest pytest-cov hypothesis
63
63
run : |
64
64
set -e
65
+ pip3 install ./pyargus[test]
65
66
pip3 install pyargus --find-links dist --force-reinstall
66
67
cd pyargus && pytest
67
68
92
93
shell : bash
93
94
run : |
94
95
set -e
96
+ pip install ./pyargus[test]
95
97
pip install pyargus --find-links dist --force-reinstall
96
- pip install pytest pytest-cov hypothesis
97
98
cd pyargus && pytest
98
99
99
100
macos :
@@ -122,8 +123,8 @@ jobs:
122
123
shell : bash
123
124
run : |
124
125
set -e
126
+ pip install ./pyargus[test]
125
127
pip install pyargus --find-links dist --force-reinstall
126
- pip install pytest pytest-cov hypothesis
127
128
cd pyargus && pytest
128
129
129
130
sdist :
You can’t perform that action at this time.
0 commit comments