Skip to content

Commit

Permalink
fix: need to setup venv from ./requirements.txt so that the dev impor…
Browse files Browse the repository at this point in the history
…ts are included
  • Loading branch information
lpm0073 committed Nov 3, 2023
1 parent 293b20e commit a907e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r ./api/terraform/python/layer_genai/requirements.txt
pip install -r ./requirements.txt
- name: Create .env
run: |
Expand Down

0 comments on commit a907e98

Please sign in to comment.