Skip to content

Commit b4b4d7f

Browse files
committed
Attempt at a quick fix for AppVeyor errors
1 parent bf9b876 commit b4b4d7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@ install:
3131
# about it being out of date.
3232
- "python -m pip install --upgrade pip wheel setuptools tox"
3333

34+
# Update conda stuff
35+
- "conda update --all"
36+
3437
test_script:
3538
- "tox -e %TOXENV%"

0 commit comments

Comments
 (0)