Skip to content

Commit d5291dc

Browse files
authored
Update testing.yml (#124)
1 parent f5ce95a commit d5291dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
fi
4444
shell: bash
4545
- 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"
46+
shell: bash -el {0} # Important: activates the conda environment
47+
run: |
48+
conda install pytables==3.8.0 "numpy<2"
4949
- name: Install and test
5050
run: |
5151
python -m pip install --upgrade pip wheel poetry

0 commit comments

Comments
 (0)