Skip to content

Commit

Permalink
Update environment path
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcauliffe committed Sep 30, 2024
1 parent e25963d commit a0e0580
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
environment-file: environment.yml
activate-environment: kalpy_build
miniforge-version: latest

- name: Build kalpy
env:
KALDI_ROOT: ~/micromamba/envs/my-env
KALDI_ROOT: $CONDA/envs/kalpy_build
shell: bash -l {0}
run: pip install .

Expand Down

0 comments on commit a0e0580

Please sign in to comment.