Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbackenkoehler authored Jan 29, 2024
1 parent a72d7ec commit 1981759
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,8 @@ jobs:
- name: Set up Miniconda
uses: conda-incubator/setup-miniconda@v3
with:

mamba-version: "*"
channels: conda-forge,defaults
use-mamba: true
auto-activate-base: true
activate-environment: true

- name: Cache Conda packages
uses: actions/cache@v3
Expand All @@ -57,12 +54,14 @@ jobs:
run: |
ls
pwd
ls teachopencadd
ls teachopencadd/talktorials
- name: Install Conda environment
run: |
echo `pwd`
mamba env create -f environment.yml -n ${{ matrix.directory }}
working-directory: talktorials/${{ matrix.directory }}
working-directory: teachopencadd/talktorials/${{ matrix.directory }}

- name: Activate Conda environment
run: conda activate ${{ matrix.directory }}
Expand Down

0 comments on commit 1981759

Please sign in to comment.