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 e129a04 commit 62315a6Copy full SHA for 62315a6
.github/workflows/test.yaml
@@ -1,3 +1,6 @@
1
+name: Run tests with miniforge
2
+on: [push]
3
+
4
jobs:
5
test:
6
name: Test: (${{ matrix.python-version }}, ${{ matrix.os }})
@@ -10,7 +13,8 @@ jobs:
10
13
os: ["macos-latest"]
11
14
python-version: ["3.12"]
12
15
steps:
- - uses: goanpeca/setup-miniconda@v1
16
+ - uses: actions/checkout@v4
17
+ - uses: conda-forge/setup-miniforge@v3
18
with:
19
auto-update-conda: true
20
python-version: ${{ matrix.python-version }}
0 commit comments