File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ jobs:
57
57
58
58
- name : Setup conda
59
59
run : |
60
- export PATH="$HOME /miniconda/bin:$PATH"
60
+ export PATH="usr/share /miniconda/bin:$PATH"
61
61
conda config --set always_yes yes --set changeps1 no
62
62
conda update -q conda
63
63
64
64
- name : Install dependencies
65
65
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 }}
67
67
source activate testenv
68
68
pip install -e .[dev]
69
69
flake8 .
You can’t perform that action at this time.
0 commit comments