We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6093b2 commit fda429dCopy full SHA for fda429d
1 file changed
.github/workflows/ci-workflow.yaml
@@ -62,16 +62,16 @@ jobs:
62
echo $PATH # temp
63
conda config --set always_yes yes --set changeps1 no
64
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
67
68
69
- name: Install dependencies
70
env:
71
PATH: "/usr/share/miniconda/bin:$PATH"
72
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 }}
73
source activate testenv
74
pip install -e .[dev]
+ shell: bash
75
76
- name: Linting
77
0 commit comments