Skip to content

Commit

Permalink
fix conda environment.yml
Browse files Browse the repository at this point in the history
- fixes #95
  • Loading branch information
casperdcl committed Sep 2, 2024
1 parent fb14c87 commit 1b62acf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
xargs -a apt.txt sudo apt-get install -y
fi
if test -f environment.yml; then
conda install --file environment.yml
sed -i '/^name:.*/d' environment.yml
conda env update
fi
if test -f requirements.txt; then
pip install -r requirements.txt
Expand Down

0 comments on commit 1b62acf

Please sign in to comment.