Skip to content

Commit

Permalink
#42 test conda install for py3.8-3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Apr 19, 2024
1 parent 6af5abd commit 940f4b5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
test-conda:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- name: install dependencies
run: |
Expand All @@ -22,7 +27,7 @@ jobs:
use-mamba: true
miniforge-variant: Mambaforge
miniforge-version: latest
python-version: "3.10"
python-version: ${{ matrix.python-version }}
activate-environment: pychaste_test
channels: pychaste,conda-forge

Expand Down

0 comments on commit 940f4b5

Please sign in to comment.