Skip to content

Commit fda429d

Browse files
author
Dani Sim
committed
more wip.
1 parent c6093b2 commit fda429d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,16 @@ jobs:
6262
echo $PATH # temp
6363
conda config --set always_yes yes --set changeps1 no
6464
conda update -q conda
65-
conda create -n testenv --yes -c conda-forge pip python=${{ matrix.python }} numpy=${{ matrix.numpy }} pandas=${{ matrix.pandas }} scipy=${{ matrix.scipy }} libgfortran=${{ matrix.libgfortran }}
66-
shell: bash
6765
6866
6967
- name: Install dependencies
7068
env:
7169
PATH: "/usr/share/miniconda/bin:$PATH"
7270
run: |
71+
conda create -n testenv --yes -c conda-forge pip python=${{ matrix.python }} numpy=${{ matrix.numpy }} pandas=${{ matrix.pandas }} scipy=${{ matrix.scipy }} libgfortran=${{ matrix.libgfortran }}
7372
source activate testenv
7473
pip install -e .[dev]
74+
shell: bash
7575

7676
- name: Linting
7777
env:

0 commit comments

Comments
 (0)