Skip to content

Commit

Permalink
github action 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimminju0831 committed Nov 11, 2023
1 parent da63f2e commit 0faf6d8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
api_location: "api" # Api source code path - optional
output_location: "/src" # Built app content directory - optional
###### End of Repository/Build Configurations ######
- name: Install Python dependencies
run: python -m pip install --upgrade pip
pip install -r requirements.txt

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
Expand Down

0 comments on commit 0faf6d8

Please sign in to comment.