Skip to content

Commit

Permalink
install conda
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzaxtazi committed Sep 7, 2023
1 parent 586c71b commit 2056b53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
# run: conda env create -f environment.yml

- name: Install conda dependencies
run: $CONDA/bin/conda env update --file environment.yml --name base
run: |
python -m pip install --upgrade conda
$CONDA/bin/conda env update --file environment.yml --name base
# CONDA is an environment variable pointing to the root of the miniconda directory


Expand Down

0 comments on commit 2056b53

Please sign in to comment.