Skip to content

Commit 6e98933

Browse files
committed
[appveyor] explicitely install pytest
1 parent 2300a8a commit 6e98933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ install:
5353
# - cd ..
5454
- python -m pip install certifi
5555
- python -m pip install -U pip wheel
56-
- python -m pip install numpy h5py pytest-xdist scipy pillow matplotlib
56+
- python -m pip install numpy h5py pytest pytest-xdist scipy pillow matplotlib
5757
- ps: cd "$env:APPVEYOR_BUILD_FOLDER"
5858
- set DISTUTILS_USE_SDK="1"
5959
- set MSSdk="1"

0 commit comments

Comments
 (0)