Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug : ci 수정
Browse files Browse the repository at this point in the history
kanguk01 committed Jan 25, 2024
1 parent a58137b commit 2c8dd76
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,13 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
setup-python-path: true

- 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

0 comments on commit 2c8dd76

Please sign in to comment.