We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2738689 commit 2f9eb6eCopy full SHA for 2f9eb6e
.travis.yml
@@ -48,7 +48,7 @@ before_install:
48
- conda config --set always_yes yes --set changeps1 no
49
- travis_retry conda update -q conda
50
- conda config --add channels conda-forge
51
-- travis_retry conda install -y python=${TRAVIS_PYTHON_VERSION} icu
+- travis_retry conda install -y python=${TRAVIS_PYTHON_VERSION} icu asn1crypto=0.23
52
- travis_retry pip install -r requirements.txt
53
- travis_retry git clone https://github.com/INCF/pybids.git ${HOME}/pybids &&
54
pip install -e ${HOME}/pybids
0 commit comments