Skip to content

Commit

Permalink
more wip.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dani Sim committed Sep 27, 2019
1 parent c6093b2 commit fda429d
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 @@ -62,16 +62,16 @@ jobs:
echo $PATH # temp
conda config --set always_yes yes --set changeps1 no
conda update -q conda
conda create -n testenv --yes -c conda-forge pip python=${{ matrix.python }} numpy=${{ matrix.numpy }} pandas=${{ matrix.pandas }} scipy=${{ matrix.scipy }} libgfortran=${{ matrix.libgfortran }}
shell: bash
- name: Install dependencies
env:
PATH: "/usr/share/miniconda/bin:$PATH"
run: |
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]
shell: bash

- name: Linting
env:
Expand Down

0 comments on commit fda429d

Please sign in to comment.