File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 46
46
shell : bash
47
47
run : |
48
48
set -e
49
- pip install pyargus --find-links dist --force-reinstall
49
+ pip install pyargus[test] --find-links dist --force-reinstall
50
50
pip install pytest
51
51
cd pyargus && pytest
52
52
- name : pytest
@@ -62,14 +62,14 @@ jobs:
62
62
pip3 install -U pip pytest
63
63
run : |
64
64
set -e
65
- pip3 install pyargus --find-links dist --force-reinstall
65
+ pip3 install pyargus[test] --find-links dist --force-reinstall
66
66
cd pyargus && pytest
67
67
68
68
windows :
69
69
runs-on : windows-latest
70
70
strategy :
71
71
matrix :
72
- target : [x64, x86 ]
72
+ target : [x64]
73
73
steps :
74
74
- uses : actions/checkout@v3
75
75
- uses : actions/setup-python@v4
92
92
shell : bash
93
93
run : |
94
94
set -e
95
- pip install pyargus --find-links dist --force-reinstall
95
+ pip install pyargus[test] --find-links dist --force-reinstall
96
96
pip install pytest
97
97
cd pyargus && pytest
98
98
@@ -122,7 +122,7 @@ jobs:
122
122
shell : bash
123
123
run : |
124
124
set -e
125
- pip install pyargus --find-links dist --force-reinstall
125
+ pip install pyargus[test] --find-links dist --force-reinstall
126
126
pip install pytest
127
127
cd pyargus && pytest
128
128
You can’t perform that action at this time.
0 commit comments