We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f324d92 commit 6d81439Copy full SHA for 6d81439
.github/workflows/ci.yml
@@ -146,9 +146,6 @@ jobs:
146
MACOSX_DEPLOYMENT_TARGET: 11.0
147
run: |
148
CXXFLAGS="-std=c++17" python scripts/build/install.py
149
- - name: List installed package files
150
- run: |
151
- pip show -f pydatastructs
152
- name: Run tests
153
154
python -c "import pydatastructs; pydatastructs.test()"
0 commit comments