Skip to content

Commit cb39dec

Browse files
committed
move requirement.txt location
1 parent cbe44de commit cb39dec

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install dependencies
4949
run: |
5050
python -m pip install --upgrade pip
51-
pip install -r requirements.txt
51+
pip install -r scripts/requirements.txt
5252
5353
# Step 8: Run deploy script
5454
- name: Run deploy script
File renamed without changes.

0 commit comments

Comments
 (0)