Skip to content

Commit

Permalink
also test on windows+mac and oldest supported python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Mar 9, 2024
1 parent 9a3ffed commit 812ef3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
max-parallel: 1
matrix:
os: [ubuntu-latest]
python-version: ["3.10"]
os: [ubuntu-latest, windows-latest, macos-14]
python-version: ["3.9", "3.11"]

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

Expand All @@ -31,6 +31,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
activate-environment: myenv

- name: Install OpenBabel
run: conda install -c conda-forge openbabel
Expand Down

0 comments on commit 812ef3b

Please # to comment.