We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442c877 commit c6093b2Copy full SHA for c6093b2
.github/workflows/ci-workflow.yaml
@@ -63,6 +63,7 @@ jobs:
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
0 commit comments