Skip to content

Commit d22c67f

Browse files
author
Dani Sim
committed
wip.
1 parent 9f7ab1e commit d22c67f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-workflow.yaml

+2-2
Original file line numberDiff line numberDiff 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 .

0 commit comments

Comments
 (0)