Skip to content

Commit

Permalink
bug : ci 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kanguk01 committed Jan 25, 2024
1 parent ea1c90d commit 2ad7e14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Set PYTHONPATH
run: |
echo "PYTHONPATH=${{ github.workspace }}" >> $GITHUB_ENV
echo "PYTHONPATH=${{ github.workspace }}" >> $GITHUB_PATH
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import sys
from pathlib import Path

sys.path.append(os.path.join(os.path.dirname(__file__), 'backend'))
# sys.path.append(os.path.join(os.path.dirname(__file__), 'backend'))
from mysettings import MY_DATABASES, MY_DATABASE_URL, MY_SECRET
from dotenv import load_dotenv

Expand Down

0 comments on commit 2ad7e14

Please sign in to comment.