From beb6fe3079527cf70672c939fe7e5afef45ee922 Mon Sep 17 00:00:00 2001 From: Irfan Alibay <IAlibay@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:08:00 +0000 Subject: [PATCH 1/2] Bump cinnabar CI workflow --- .github/workflows/ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d38b42..3c6b74c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,7 @@ name: CI on: + workflow_dispatch: push: branches: - "main" @@ -28,14 +29,15 @@ jobs: matrix: os: ['ubuntu', 'macos'] python-version: - - "3.9" - "3.10" - "3.11" + - "3.12" + - "3.13" 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 }} @@ -68,7 +70,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 From 1ad3d7d3cd9069e39a7e4088246c273d1e13db65 Mon Sep 17 00:00:00 2001 From: Irfan Alibay <IAlibay@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:22:31 +0000 Subject: [PATCH 2/2] py3.13 not yet supported --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c6b74c..b8486e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,6 @@ jobs: - "3.10" - "3.11" - "3.12" - - "3.13" steps: - uses: actions/checkout@v4