From fda429d4e90fce66b7163952924e863296e22ac1 Mon Sep 17 00:00:00 2001 From: Dani Sim Date: Fri, 27 Sep 2019 10:28:10 -0400 Subject: [PATCH] more wip. --- .github/workflows/ci-workflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-workflow.yaml b/.github/workflows/ci-workflow.yaml index a2b9575..b2cd923 100644 --- a/.github/workflows/ci-workflow.yaml +++ b/.github/workflows/ci-workflow.yaml @@ -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: