[workflows]: Fix requirements.txt path
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r server/src/requirements.txt
|
||||||
|
|
||||||
# Set AWS region and mock credentials
|
# Set AWS region and mock credentials
|
||||||
- name: Configure AWS Credentials for Tests
|
- name: Configure AWS Credentials for Tests
|
||||||
|
Reference in New Issue
Block a user