Skip to content

Commit

Permalink
GACTIONS: Turned off fail fast for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jrenaud90 committed Feb 13, 2024
1 parent 0c8f06c commit 2a9bf17
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/push_tests_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
name: Test CyRK on MacOS
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
python-version:
- "3.8"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push_tests_ubun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
name: Test CyRK on Ubuntu
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version:
- "3.8"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push_tests_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
name: Test CyRK on Windows
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
python-version:
- "3.8"
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 2023

#### v0.8.6 (2024-NNNN)

Major Changes:
- Added support for Python 3.12.

#### v0.8.5 (2023-10-27)

Other Changes:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name='CyRK'
version = '0.8.6dev3'
version = '0.8.6dev4'
description='Runge-Kutta ODE Integrator Implemented in Cython and Numba.'
authors= [
{name = 'Joe P. Renaud', email = 'joe.p.renaud@gmail.com'}
Expand Down

0 comments on commit 2a9bf17

Please sign in to comment.