Skip to content

Commit 4240645

Browse files
authored
Merge pull request #73 from kthyng/fix_tests
changed Mambaforge to Miniforge3 in test.yaml
2 parents 6aff8b2 + 60955c3 commit 4240645

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
# mamba-version: "*" # activate this to build with mamba.
3434
python-version: ${{ matrix.python-version }}
35-
miniforge-variant: Mambaforge
35+
miniforge-variant: Miniforge3
3636
channels: conda-forge, defaults # These need to be specified to use mamba
3737
channel-priority: true
3838
environment-file: ci/environment-py${{ matrix.python-version }}.yml

Diff for: .pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/econchick/interrogate
3-
rev: 1.5.0
3+
rev: 1.6.0
44
hooks:
55
- id: interrogate
66
exclude: ^(docs|setup.py|xroms/tests)

0 commit comments

Comments
 (0)