Skip to content

Commit

Permalink
wip.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dani Sim committed Sep 26, 2019
1 parent 9f7ab1e commit d22c67f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:

- name: Setup conda
run: |
export PATH="$HOME/miniconda/bin:$PATH"
export PATH="usr/share/miniconda/bin:$PATH"
conda config --set always_yes yes --set changeps1 no
conda update -q conda
- name: Install dependencies
run: |
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 }}
conda create -n testenv --yes -c conda-forge pip python=${{ matrix.python }} numpy=${{ matrix.numpy }} pandas=${{ matrix.pandas }} scipy=${{ matrix.scipy }} libgfortran=${{ matrix.libgfortran }}
source activate testenv
pip install -e .[dev]
flake8 .
Expand Down

0 comments on commit d22c67f

Please sign in to comment.