Skip to content

Commit

Permalink
Fix mamba installation
Browse files Browse the repository at this point in the history
  • Loading branch information
k-knosala committed Apr 4, 2024
1 parent 27ec9e4 commit bbe8ac9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:
ls
echo "LS Done"
cd fine
mamba create --name fine_env --yes --file requirements_dev.yml python=${{ matrix.python-version }}
mamba create --name fine_env --yes python=${{ matrix.python-version }}
mamba install --name fine_env --yes --file requirements_dev.yml
conda run --name fine_env pip install . --no-deps
echo "Installation done"
conda list --name fine_env
Expand Down

0 comments on commit bbe8ac9

Please sign in to comment.