Skip to content

Commit 6d81439

Browse files
Prerak SinghPrerak Singh
authored andcommitted
bug fix
1 parent f324d92 commit 6d81439

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@ jobs:
146146
MACOSX_DEPLOYMENT_TARGET: 11.0
147147
run: |
148148
CXXFLAGS="-std=c++17" python scripts/build/install.py
149-
- name: List installed package files
150-
run: |
151-
pip show -f pydatastructs
152149
- name: Run tests
153150
run: |
154151
python -c "import pydatastructs; pydatastructs.test()"

0 commit comments

Comments
 (0)