Skip to content

Commit

Permalink
changed installers to Miniforge3
Browse files Browse the repository at this point in the history
  • Loading branch information
bohlinger committed Nov 1, 2024
1 parent cce9c86 commit 9ada321
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
tests:
name: pytests (${{ matrix.os }} - ${{ matrix.python-version }}, Mambaforge)
name: pytests (${{ matrix.os }} - ${{ matrix.python-version }}, Miniforge3)
runs-on: ${{ matrix.os }}-latest
defaults:
run:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
tests:
name: pytests (${{ matrix.os }} - ${{ matrix.python-version }}, Mambaforge)
name: pytests (${{ matrix.os }} - ${{ matrix.python-version }}, Miniforge3)
runs-on: ${{ matrix.os }}-latest
defaults:
run:
Expand All @@ -28,7 +28,7 @@ jobs:
environment-file: environment.yml
python-version: ${{ matrix.python-version }}
miniforge-version: latest
miniforge-variant: Mambaforge
miniforge-variant: Miniforge3

- name: Run tests
run: |
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
with:
python-version: '3.10'
miniforge-version: latest
miniforge-variant: Mambaforge
miniforge-variant: Minforge3
- name: Publish to PyPi
env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit 9ada321

Please sign in to comment.