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 @@ -57,13 +57,13 @@ jobs:
5757
5858 - name : Setup conda
5959 run : |
60- export PATH="$HOME /miniconda/bin:$PATH"
60+ export PATH="usr/share /miniconda/bin:$PATH"
6161 conda config --set always_yes yes --set changeps1 no
6262 conda update -q conda
6363
6464 - name : Install dependencies
6565 run : |
66- conda create -p $HOME/miniconda/envs/ testenv --yes -c conda-forge pip python=${{ matrix.python }} numpy=${{ matrix.numpy }} pandas=${{ matrix.pandas }} scipy=${{ matrix.scipy }} libgfortran=${{ matrix.libgfortran }}
66+ conda create -n testenv --yes -c conda-forge pip python=${{ matrix.python }} numpy=${{ matrix.numpy }} pandas=${{ matrix.pandas }} scipy=${{ matrix.scipy }} libgfortran=${{ matrix.libgfortran }}
6767 source activate testenv
6868 pip install -e .[dev]
6969 flake8 .
You can’t perform that action at this time.
0 commit comments