File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 49
49
pip install pyargus --find-links dist --force-reinstall
50
50
pip install ./pyargus[test]
51
51
cd pyargus && pytest
52
- - name : pytest
53
- if : ${{ !startsWith(matrix.target, 'x86') && matrix.target != 'ppc64' }}
54
-
55
- with :
56
- arch : ${{ matrix.target }}
57
- distro : ubuntu22.04
58
- githubToken : ${{ github.token }}
59
- install : |
60
- apt-get update
61
- apt-get install -y --no-install-recommends python3 python3-pip
62
- pip3 install -U pip pytest pytest-cov hypothesis
63
- run : |
64
- set -e
65
- pip3 install ./pyargus[test]
66
- pip3 install pyargus --find-links dist --force-reinstall
67
- cd pyargus && pytest
68
52
69
53
windows :
70
54
runs-on : windows-latest
@@ -124,7 +108,7 @@ jobs:
124
108
run : |
125
109
set -e
126
110
pip install ./pyargus[test]
127
- pip install pyargus --find-links dist --force-reinstall
111
+ # pip install pyargus --find-links dist --force-reinstall
128
112
cd pyargus && pytest
129
113
130
114
sdist :
You can’t perform that action at this time.
0 commit comments