Skip to content

Commit

Permalink
Fix: location of requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
saeyeonn committed May 28, 2024
1 parent 210004f commit bf3ae05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip list --format=freeze > requirements.txt
pip install -r requirements.txt
- name: Checkout repository
uses: actions/checkout@v2

Expand Down

0 comments on commit bf3ae05

Please sign in to comment.