Skip to content

Commit

Permalink
Attempt to fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ToasterDEV committed Feb 27, 2024
1 parent cb39980 commit d4f1a22
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,15 @@ jobs:
max-parallel: 5
matrix:
os: [ubuntu-latest, windows-latest] #, macos-latest]

runs-on: ${{ matrix.os }}

steps:
- name: Check-out repository
uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v3
with:
auto-activate-base: true
activate-environment: ""
- name: Update Conda
run: conda update -n base -c defaults conda
auto-update-conda: true
activate-environment: "base"
- name: Install dependencies
run: |
conda env update --file environment.yml --name base
Expand Down

0 comments on commit d4f1a22

Please sign in to comment.