Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd3b4eda

Browse files
committed
fix: use new path ???????
1 parent8d23ba2 commitd3b4eda

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)

[8]ページ先頭

©2009-2025 Movatter.jp