Skip to content

Commit

Permalink
Merge pull request #58 from OpenFreeEnergy/add_macos13
Browse files Browse the repository at this point in the history
bumping codecov version to be compatible with macos-13
  • Loading branch information
atravitz authored Nov 25, 2024
2 parents f081ee5 + c18d798 commit fcf7358
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
rdkit-version: ["latest", ]
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13, macos-latest]
include:
- rdkit-version: "2021"
python-version: "3.9"
os: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Additional info about the build
run: |
uname -a
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
run: pytest -vv

- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
if: ${{ github.repository == 'OpenFreeEnergy/Lomap'
&& github.event_name == 'pull_request' }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clean_cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cleanup
run: |
Expand Down

0 comments on commit fcf7358

Please sign in to comment.