Skip to content

Commit 887f4ec

Browse files
authored
Update convert - Compatible numpy and pandas
1 parent 978c6d3 commit 887f4ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/convert.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Install compatible numpy and pandas
2323
run: |
24-
pip install numpy<1.24 pandas==1.5.3
24+
pip install "numpy<1.24" "pandas==1.5.3"
2525
2626
- name: run python code find file
2727
id: convert

0 commit comments

Comments
 (0)