Skip to content

Commit

Permalink
Renamed and fixed mamba env
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Dec 25, 2023
1 parent f9c94d5 commit 23484df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
environment-file: environment.yaml
environment-file: environment.yml
channels: conda-forge
mamba-version: "*"
auto-update-conda: false
Expand Down
1 change: 0 additions & 1 deletion environment.yaml → environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies:
- onnx>=1.14
- numpy>=1.23
- librosa>=0.9
- wget>=3
- six>=1.16
- pydub>=0.25
- pytorch
Expand Down

0 comments on commit 23484df

Please sign in to comment.