Skip to content

Commit 0144baf

Browse files
authored
remove pandas version fix in github actions for unitttests (#48)
1 parent 31120e6 commit 0144baf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/linting.yml

-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ jobs:
222222
- name: Install package
223223
run: |
224224
python -m pip install --upgrade pip
225-
pip install "pandas<2.2.0"
226225
pip install .[notebooks]
227226
- name: Run unit-tests for notebooks
228227
run: |

0 commit comments

Comments
 (0)