Skip to content

Commit

Permalink
fix: use new path ???????
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Sep 19, 2024
1 parent 8d23ba2 commit d3b4eda
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,17 @@ jobs:
run: |
pip install -U pip setuptools wheel
pip install -r requirements/requirements.txt -r requirements/prod-requirements.txt
- name: Run Tests
- name: Debug bc im bad
run: |
pwd
ls -R
echo $PYTHONPATH
python -c "import sys; print(sys.path)"
pip freeze
- name: Run collectstatic
run: |
export PYTHONPATH=$PYTHONPATH:${{ github.workspace }}/app
cd app
DJANGO_SETTINGS_MODULE=app.pydotorg.settings.static python manage.py collectstatic --noinput
echo "Current directory: $(pwd)"
ls -la
DJANGO_SETTINGS_MODULE=pydotorg.settings.static python manage.py collectstatic --noinput

0 comments on commit d3b4eda

Please sign in to comment.