Skip to content

Commit d3b4eda

Browse files
committed
fix: use new path ???????
1 parent 8d23ba2 commit d3b4eda

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/static.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,17 @@ jobs:
2424
run: |
2525
pip install -U pip setuptools wheel
2626
pip install -r requirements/requirements.txt -r requirements/prod-requirements.txt
27-
- name: Run Tests
27+
- name: Debug bc im bad
28+
run: |
29+
pwd
30+
ls -R
31+
echo $PYTHONPATH
32+
python -c "import sys; print(sys.path)"
33+
pip freeze
34+
- name: Run collectstatic
2835
run: |
2936
export PYTHONPATH=$PYTHONPATH:${{ github.workspace }}/app
3037
cd app
31-
DJANGO_SETTINGS_MODULE=app.pydotorg.settings.static python manage.py collectstatic --noinput
38+
echo "Current directory: $(pwd)"
39+
ls -la
40+
DJANGO_SETTINGS_MODULE=pydotorg.settings.static python manage.py collectstatic --noinput

0 commit comments

Comments
 (0)