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 3813eae commit 0727a27Copy full SHA for 0727a27
.github/workflows/test.yml
@@ -48,6 +48,7 @@ jobs:
48
python-version: ${{ matrix.python-version }}
49
environment-file: environment.ci.yml
50
channels: defaults, conda-forge
51
+ miniconda-version: "latest"
52
- name: Install numpy
53
run: conda install numpy=${{ matrix.numpy-version }}
54
- name: Check linting
0 commit comments