Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Jul 5, 2024
1 parent b8e3b88 commit acf43a1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.architecture }}
- name: Setup Conda Enviroment
- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: rms_env
environment-file: environment.yml
miniforge-variant: Mambaforge
miniforge-version: latest
python-version: ${{ matrix.python-version }}
activate-environment: rms_env
use-mamba: true
- name: Conda Info
run: |
Expand Down

0 comments on commit acf43a1

Please sign in to comment.