Skip to content

Commit 23c7d50

Browse files
authored
tests: adding panda to test workflow with conda
1 parent fd3ca0b commit 23c7d50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tester.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Installing dependencies
3434
shell: bash -l {0}
3535
run: |
36-
conda install -c conda-forge numpy scipy scikit-image scikit-learn pyvista pytest networkx osqp matplotlib -y
36+
conda install -c conda-forge numpy scipy scikit-image scikit-learn pyvista pandas pytest networkx osqp matplotlib -y
3737
- name: Building and install
3838
shell: bash -l {0}
3939
run: |

0 commit comments

Comments
 (0)