Skip to content

Commit 62a0bd5

Browse files
authored
Merge pull request #103 from CardiacModelling/last-old-version
Last old version
2 parents 46c738d + d7ba22e commit 62a0bd5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
python-version: ['3.10', 3.11, 3.12, 3.13, 3.14]
11-
11+
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
@@ -53,6 +53,6 @@ jobs:
5353
5454
- uses: codecov/codecov-action@v4
5555
with:
56-
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
56+
token: ${{ secrets.CODECOV_TOKEN }}
5757
if: success() && matrix.python-version == 3.14
5858

__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)