Skip to content

Commit

Permalink
Merge pull request #49 from volkamerlab/trigger-ci
Browse files Browse the repository at this point in the history
CI support: Replace Python 3.6 with 3.7
  • Loading branch information
dominiquesydow authored May 15, 2022
2 parents 82f0a17 + 19148b0 commit 99e94c2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
cfg:
- os: ubuntu-latest
python-version: "3.6"
python-version: "3.7"
- os: ubuntu-latest
python-version: "3.8"
#- os: ubuntu-latest
Expand All @@ -33,13 +33,17 @@ jobs:
steps:
- uses: actions/checkout@v2

# More info on options: https://github.com/conda-incubator/setup-miniconda
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.cfg.python-version }}
activate-environment: kinfraglib
channel-priority: true
mamba-version: "*"
environment-file: environment.yml
channels: conda-forge,defaults
activate-environment: kinfraglib
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 99e94c2

Please sign in to comment.