Skip to content

Commit

Permalink
Updating GitHub action tests
Browse files Browse the repository at this point in the history
  • Loading branch information
naoise-h committed Jan 23, 2024
1 parent 6eb6e4a commit fecf088
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v3
Expand Down
27 changes: 9 additions & 18 deletions .github/workflows/libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,44 +19,35 @@ jobs:

matrix:
include:
- library: numpy
version: 1.21.6
python-version: '3.10'
- library: numpy
version: 1.22.4
python-version: '3.10'
- library: numpy
version: 1.23.5
python-version: '3.10'
- library: numpy
version: 1.24.4
python-version: '3.11'
- library: numpy
version: 1.25.2
python-version: '3.11'

- library: scikit-learn
version: 0.24.2
python-version: 3.9
- library: scikit-learn
version: 1.0.2
python-version: '3.10'
- library: scikit-learn
version: 1.1.3
python-version: '3.10'
- library: scikit-learn
version: 1.2.2
python-version: '3.10'
- library: scikit-learn
version: 1.3.2
python-version: '3.11'

- library: scipy
version: 1.7.3
python-version: '3.10'
- library: scipy
version: 1.8.1
python-version: '3.10'
- library: scipy
version: 1.9.3
python-version: '3.11'
- library: scipy
version: 1.10.1
python-version: '3.11'
- library: scipy
version: 1.11.4
python-version: '3.11'

- library: crlibm
python-version: '3.10'
Expand Down

0 comments on commit fecf088

Please sign in to comment.