Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRa42 committed Aug 8, 2024
1 parent e5750a2 commit 12976f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ jobs:
conda init bash
source ~/.bashrc
wget https://raw.githubusercontent.com/insarlab/MiaplPy/main/conda-env.yml
echo "$(pwd)"
ls -la
conda-merge conda-env.yml environment_sarvey.yml > env.yml
conda-merge conda-env.yml tests/CI_docker/context/environment_sarvey.yml > env.yml
mamba env update -n ci_env -f env.yml
source activate ci_env
rm -rf tests/testdata
Expand Down

0 comments on commit 12976f1

Please sign in to comment.