Skip to content

Commit

Permalink
Bump cinnabar CI workflow (#127)
Browse files Browse the repository at this point in the history
* Bump cinnabar CI workflow

* py3.13 not yet supported
  • Loading branch information
IAlibay authored Dec 4, 2024
1 parent c140fea commit 644a7b7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI

on:
workflow_dispatch:
push:
branches:
- "main"
Expand Down Expand Up @@ -28,14 +29,14 @@ jobs:
matrix:
os: ['ubuntu', 'macos']
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -68,7 +69,7 @@ jobs:
- name: codecov
if: ${{ github.repository == 'OpenFreeEnergy/cinnabar' && github.event_name != 'schedule'}}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
Expand Down

0 comments on commit 644a7b7

Please sign in to comment.