Skip to content

Commit

Permalink
run pip check to validate deps
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Oct 26, 2021
1 parent a3f109c commit 080c6a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ jobs:
CMAKE_BUILD_EXTENSION_ENABLED=0 pip install --no-build-isolation --no-deps scenario/
pip install --no-build-isolation --no-deps .
- name: "[🐧🍏📎|all] Check Python packages"
run: pip check

- name: "[🐧|linux] Inspect Python bindings ABI (core)"
if: contains(matrix.os, 'ubuntu')
run: ldd ${CONDA_PREFIX}/lib/python${{ matrix.python }}/site-packages/scenario/bindings/_core.so
Expand Down

0 comments on commit 080c6a7

Please sign in to comment.