Skip to content

Commit 7599121

Browse files
committed
Pin python to 3.10 version
1 parent d882b6b commit 7599121

File tree

3 files changed

+16
-270
lines changed

3 files changed

+16
-270
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, macos-latest, windows-latest]
16-
python-version: ["3.9", "3.10"]
16+
python-version: ["3.10"]
1717
include:
1818
- os: ubuntu-latest
1919
path: ~/.cache/pip
@@ -50,7 +50,7 @@ jobs:
5050
fi
5151
shell: bash
5252

53-
- name: Install PyTables through Conda
53+
- name: Install and test
5454
shell: bash -el {0} # Important: activates the conda environment
5555
run: |
5656
python -m pip install --upgrade pip wheel poetry

0 commit comments

Comments
 (0)