We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d23ba2 commit d3b4edaCopy full SHA for d3b4eda
.github/workflows/static.yml
@@ -24,8 +24,17 @@ jobs:
24
run: |
25
pip install -U pip setuptools wheel
26
pip install -r requirements/requirements.txt -r requirements/prod-requirements.txt
27
- - name: Run Tests
+ - 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
35
36
export PYTHONPATH=$PYTHONPATH:${{ github.workspace }}/app
37
cd app
- 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