File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,16 +62,16 @@ jobs:
6262 echo $PATH # temp
6363 conda config --set always_yes yes --set changeps1 no
6464 conda update -q conda
65- conda create -n testenv --yes -c conda-forge pip python=${{ matrix.python }} numpy=${{ matrix.numpy }} pandas=${{ matrix.pandas }} scipy=${{ matrix.scipy }} libgfortran=${{ matrix.libgfortran }}
66- shell : bash
6765
6866
6967 - name : Install dependencies
7068 env :
7169 PATH : " /usr/share/miniconda/bin:$PATH"
7270 run : |
71+ conda create -n testenv --yes -c conda-forge pip python=${{ matrix.python }} numpy=${{ matrix.numpy }} pandas=${{ matrix.pandas }} scipy=${{ matrix.scipy }} libgfortran=${{ matrix.libgfortran }}
7372 source activate testenv
7473 pip install -e .[dev]
74+ shell : bash
7575
7676 - name : Linting
7777 env :
You can’t perform that action at this time.
0 commit comments