Skip to content

Commit

Permalink
Inspect installed ScenarIO package
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Apr 11, 2021
1 parent 7c58812 commit e4238d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@ jobs:
cd dist
pip3 install -v *.whl
- name: Inspect installed ScenarIO package
run: |
apt-get install -y --no-install-recommends tree
tree $(python3 -c "import scenario, pathlib; print(pathlib.Path(scenario.__file__).parent)")
- name: Ccache stats
run: ccache --show-stats

Expand Down

0 comments on commit e4238d0

Please sign in to comment.