Skip to content

Commit 7cca18c

Browse files
committedJul 11, 2023
Update appveyor.yml
Attempt to work around old version of nose that doesn't work with later versions of Python. Will it work? Signed-off-by: Michael Tiemann <72577720+MichaelTiemannOSC@users.noreply.github.com>
1 parent 634db47 commit 7cca18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ install:
4747
- conda init cmd.exe
4848
- conda info -a
4949
# Create a conda virtual environement
50-
- "conda create -n uncty-env numpy nose python=%PYTHON_VERSION%"
50+
- "conda create -n uncty-env numpy nose=1.3.7=py_1006 python=%PYTHON_VERSION%"
5151
- activate uncty-env
5252

5353

0 commit comments

Comments
 (0)
Please sign in to comment.