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 2c8dd76 commit 6ae0e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

- name: Set PYTHONPATH
run: |
echo "PYTHONPATH=${{ github.workspace }}" >> $GITHUB_ENV
echo "PYTHONPATH=${{ github.workspace }}" >> $GITHUB_PATH
echo "PYTHONPATH=${{ github.workspace }}/backend" >> $GITHUB_ENV
echo "PYTHONPATH=${{ github.workspace }}/backend" >> $GITHUB_PATH
- name: Install Dependencies
Expand Down

0 comments on commit 6ae0e80

Please sign in to comment.