File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -165,10 +165,6 @@ jobs:
165
165
python-version : ['3.7', '3.8', '3.9', '3.10']
166
166
167
167
steps :
168
- - uses : actions/checkout@v2
169
- with :
170
- submodules : true
171
-
172
168
- name : Set up Python ${{ matrix.python-version }}
173
169
uses : actions/setup-python@v2
174
170
with :
@@ -182,8 +178,8 @@ jobs:
182
178
183
179
- name : Install from package wheels and test
184
180
run : |
185
- python -m venv env/test
186
- source env/test /bin/activate
181
+ python -m venv testwhl
182
+ source testwhl /bin/activate
187
183
python -m pip install -U pip
188
184
python -m pip install pytest pydicom pylibjpeg
189
185
python -m pip uninstall -y pylibjpeg-openjpeg
@@ -194,8 +190,8 @@ jobs:
194
190
195
191
- name : Install from package tarball and test
196
192
run : |
197
- python -m venv env/ testsrc
198
- source env/ testsrc/bin/activate
193
+ python -m venv testsrc
194
+ source testsrc/bin/activate
199
195
python -m pip install -U pip
200
196
python -m pip install pytest pydicom pylibjpeg
201
197
python -m pip uninstall -y pylibjpeg-openjpeg
You can’t perform that action at this time.
0 commit comments