Skip to content

Commit 6c44c15

Browse files
committed
Test specific version of python
1 parent 846c2df commit 6c44c15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci_test_all.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,16 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17+
python-version: [ "3.13"]
1718
runs-on: [ubuntu-latest, macos-latest, windows-latest]
1819

1920
steps:
2021
- uses: actions/checkout@v4
22+
2123
- name: Set up Python
2224
uses: actions/setup-python@v5
25+
with:
26+
python-version: ${{ matrix.python-version }}
2327

2428
- name: Install HDF5 for pytables on macos-14
2529
if: ${{ matrix.runs-on == 'macos-latest' }}

0 commit comments

Comments
 (0)