Skip to content

Commit

Permalink
Merge branch 'main' into feat/save_the_rainforest
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Apr 27, 2024
2 parents 51ea98e + 73396c0 commit 646cc00
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@ defaults:

jobs:
tests:
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
name: "💻-${{matrix.os }} 🐍-${{ matrix.python-version }} 🗃️${{ matrix.pydantic-version }} oechem: ${{ matrix.openeye }}"
strategy:
fail-fast: false
matrix:
os: ["ubuntu"]
os: ["ubuntu-latest"]
pydantic-version: [">1"]
python-version:
- "3.9"
- "3.10"
- "3.11"
openeye: ["no"]
include:
- os: "macos"
- os: "macos-12"
python-version: "3.11"
pydantic-version: ">1"
- os: "ubuntu"
- os: "ubuntu-latest"
python-version: "3.11"
pydantic-version: "<2"
- os: "ubuntu"
- os: "ubuntu-latest"
python-version: "3.11"
pydantic-version: ">1"
openeye: "yes"
Expand Down Expand Up @@ -104,6 +104,7 @@ jobs:
run: |
micromamba info
micromamba list
pip list
- name: "Run tests"
env:
Expand Down

0 comments on commit 646cc00

Please sign in to comment.