Skip to content

Commit

Permalink
Try manually using conda to install
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed May 2, 2024
1 parent 9ab6173 commit d644990
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,10 @@ jobs:
# Step 2: Install environment.
- name: Install Conda Env All OS
with:
python-version: ${{matrix.python-version}}
activate-environment: ads_venv
auto-update-conda: true
environment-file: environment.yml
run: |
conda update
conda install environment.yml
conda activate ads_env
# Step 3: List conda info, conda packages
- name: Conda info and list
Expand Down

0 comments on commit d644990

Please sign in to comment.