Skip to content

Commit

Permalink
Merge pull request #73 from kthyng/fix_tests
Browse files Browse the repository at this point in the history
changed Mambaforge to Miniforge3 in test.yaml
  • Loading branch information
kthyng authored Jan 29, 2025
2 parents 6aff8b2 + 60955c3 commit 4240645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
# mamba-version: "*" # activate this to build with mamba.
python-version: ${{ matrix.python-version }}
miniforge-variant: Mambaforge
miniforge-variant: Miniforge3
channels: conda-forge, defaults # These need to be specified to use mamba
channel-priority: true
environment-file: ci/environment-py${{ matrix.python-version }}.yml
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/econchick/interrogate
rev: 1.5.0
rev: 1.6.0
hooks:
- id: interrogate
exclude: ^(docs|setup.py|xroms/tests)
Expand Down

0 comments on commit 4240645

Please sign in to comment.