Skip to content

Commit

Permalink
adsad
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzaxtazi committed Sep 7, 2023
1 parent 5c1e5af commit 8aba4ba
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 @@ -39,10 +39,10 @@ jobs:

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


# Install pytest (if not in conda env) (you can use some other testing utility)
#- name: Install pytest
# run: |
Expand Down

0 comments on commit 8aba4ba

Please sign in to comment.