Skip to content

Commit

Permalink
temp added debug to github action
Browse files Browse the repository at this point in the history
Signed-off-by: Trey <[email protected]>
  • Loading branch information
TreyWW committed Dec 29, 2024
1 parent 36a70da commit d0beb39
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,12 @@ jobs:
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root
- name: Install latest setuptools
- name: Debug Python Environment
run: |
source .venv/bin/activate
pip install setuptools
- name: Install latest Django
run: |
source .venv/bin/activate
pip install Django
python -c "import pkgutil; print([module.name for module in pkgutil.iter_modules()])"
python -c "import core; print(core.__file__)"
python -c "import billing; print(billing.__file__)"
- name: Install dependencies and build frontend
run: |
npm ci
Expand Down

0 comments on commit d0beb39

Please sign in to comment.