Skip to content

Commit

Permalink
Try and fix Conda pip
Browse files Browse the repository at this point in the history
  • Loading branch information
ToasterDEV committed Feb 27, 2024
1 parent 62de90b commit 071718c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
with:
auto-activate-base: true
activate-environment: ""
- name: Update Conda
run: conda update -n base -c defaults conda
- name: Install dependencies
run: |
conda env update --file environment.yml --name base
Expand Down

0 comments on commit 071718c

Please sign in to comment.