Skip to content

Commit

Permalink
Switching to miniforge.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndilalla committed Oct 31, 2023
1 parent ca134cc commit 3bf8e8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
pip install --upgrade flake8 coverage pytest-cov cython
pip install --upgrade flake8 coverage pytest-cov cython
pip install -e .
- name: Lint with flake8
run: |
Expand Down Expand Up @@ -104,7 +104,8 @@ jobs:
activate-environment: "test_env"
auto-activate-base: false
architecture: "x64"
mamba-version: "*"
#mamba-version: "*"
miniforge-version: latest
python-version: ${{ matrix.python-version }}
auto-update-conda: true
environment-file: ci/environment.yml
Expand Down

0 comments on commit 3bf8e8c

Please sign in to comment.