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 aceeba5 commit 58c9ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
ls
echo "LS Done"
cd fine
mamba create --name fine_env --yes python=${{ matrix.python-version }}
mamba env update --name fine_env --yes --file requirements_dev.yml
sed -i "\$a\ - python=${{ matrix.python-version }}" requirements_dev.yml.copy
mamba env create --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 58c9ec8

Please sign in to comment.