Skip to content

Commit

Permalink
chore : cicd pipeline 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaeyeon1 authored Nov 20, 2024
1 parent 98b455f commit fc1b9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Create and activate virtual environment, install dependencies
- name: Install dependencies
run: |
python -m venv venv
cd backend
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
Expand Down

0 comments on commit fc1b9ff

Please sign in to comment.