Skip to content

Commit

Permalink
ci build conda env fails
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulaKramer committed Feb 15, 2024
1 parent 4d68a01 commit 6b88b35
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
fail-fast: false
matrix:
cfg:
- os: ubuntu-latest
python-version: "3.7"
#- os: ubuntu-latest
# python-version: "3.7"
- os: ubuntu-latest
python-version: "3.8"
#- os: ubuntu-latest
# python-version: "3.9"
#- os: macos-latest
# python-version: "3.6"
- os: ubuntu-latest
python-version: "3.11"
- os: macos-latest
python-version: "3.10"
#- os: windows-latest
# python-version: "3.6"

Expand All @@ -39,13 +39,15 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.cfg.python-version }}
mamba-version: "*"
#mamba-version: "*"
miniforge-variant: Mambaforge
miniforge-version: latest
environment-file: environment.yml
channels: conda-forge,defaults
activate-environment: kinfraglib
auto-update-conda: false
auto-activate-base: false
show-channel-urls: true
#auto-update-conda: false
#auto-activate-base: false
#show-channel-urls: true

- name: Additional info about the build
shell: bash
Expand Down

0 comments on commit 6b88b35

Please sign in to comment.