Skip to content

Commit 1cd897b

Browse files
committed
CI: Fixed upload path
[ci skip]
1 parent bcd5efa commit 1cd897b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ install:
7070

7171
# create our env
7272
- cmd: conda install -q -y conda-build anaconda-client
73-
- cmd: conda create -q -n test-environment python=%PYTHON_VERSION% coverage cython flake8 hypothesis numpy pytest pytest-cov python-dateutil pytz six
73+
- cmd: conda create -q -n test-environment python=%PYTHON_VERSION% coverage cython flake8 hypothesis numpy pytest pytest-cov python-dateutil pytz six nomkl
7474
- cmd: activate test-environment
7575
- cmd: conda list -n test-environment
7676

@@ -84,6 +84,6 @@ test_script:
8484
- cmd: conda build conda-recipes/cyberpandas --python=${PYTHON}
8585

8686
on_success:
87-
- cmd: anaconda -t %UPLOAD_KEY% upload -u intake --force %CONDA_ROOT%\\conda-bld-*\\*.tar.bz2
87+
- cmd: anaconda -t %UPLOAD_KEY% upload -u intake --force %CONDA_ROOT%\\conda-bld\\*\\*.tar.bz2
8888
on:
8989
branch: master

0 commit comments

Comments
 (0)