Skip to content

Commit

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

- name: Install conda dependencies
run: |
python -m pip install --upgrade conda
$CONDA/bin/conda env update --file environment.yml --name base
run: $CONDA/bin/conda env update --file environment.yml --name base
# 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 8404000

Please sign in to comment.