Skip to content

Commit

Permalink
new conda env install
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzaxtazi committed Sep 7, 2023
1 parent d418db4 commit 5c1e5af
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,15 @@ jobs:
# run: python setup.py install

# Install the conda environment
- name: Install conda environment
run: conda env create -f environment.yml
#- name: Install conda environment
# run: conda env create -f environment.yml

- name: Install conda dependencies
run: |
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 5c1e5af

Please sign in to comment.