Skip to content

Commit

Permalink
test: Debug Namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
techman83 committed Mar 23, 2024
1 parent 3245aba commit 522b473
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/test-cally.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
- name: Install Cally test dependencies
run: pip install .[test]

- name: Debugging steps
run: |
la -lah $Python_ROOT_DIR/lib/python3.11/site-packages/cally/providers/ || true
python -c 'import pkgutil; print(1 if pkgutil.find_loader("cally.providers.random") else 0)'
python -c 'import pkgutil; print(1 if pkgutil.find_loader("cally.providers") else 0)'
# Run Tests
- name: Run Pytest
run: pytest -v
2 changes: 1 addition & 1 deletion .github/workflows/test-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Debugging steps
run: |
la -lah ls -lah $Python_ROOT_DIR/lib/python3.11/site-packages/cally/providers/ || true
la -lah $Python_ROOT_DIR/lib/python3.11/site-packages/cally/providers/ || true
python -c 'import pkgutil; print(1 if pkgutil.find_loader("cally.providers.random") else 0)'
python -c 'import pkgutil; print(1 if pkgutil.find_loader("cally.providers") else 0)'
Expand Down

0 comments on commit 522b473

Please sign in to comment.