We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ce95a commit d5291dcCopy full SHA for d5291dc
.github/workflows/testing.yml
@@ -43,9 +43,9 @@ jobs:
43
fi
44
shell: bash
45
- name: Install PyTables through Conda
46
- shell: bash -el {0} # Important: activates the conda environment
47
- run: |
48
- conda install pytables==3.8.0 "numpy<2"
+ shell: bash -el {0} # Important: activates the conda environment
+ run: |
+ conda install pytables==3.8.0 "numpy<2"
49
- name: Install and test
50
run: |
51
python -m pip install --upgrade pip wheel poetry
0 commit comments