Skip to content

Commit a65bdc3

Browse files
committed
Fixed path error in workflows
1 parent 9b33a15 commit a65bdc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark_and_test_model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818

1919
run: |
2020
pip install --user --upgrade pip
21-
pip install -r /requirements.txt
21+
pip install -r ./dependencies/requirements.txt
2222
python ./scripts/stage_model_to_production.py
2323

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020

2121
run: |
2222
pip install --user --upgrade pip
23-
pip install -r /requirements.txt
23+
pip install -r ./dependencies/requirements.txt
2424
python ./scripts/deploy.py

0 commit comments

Comments
 (0)