Skip to content

Commit

Permalink
refactor: resequence install
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Nov 17, 2023
1 parent 6a1a348 commit 7fd304e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/tests/python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ runs:
shell: bash
run: |
python -m pip install --upgrade pip
cp -R ./api/terraform/python/layer_genai/openai_utils venv/lib/python${{ inputs.python-version }}/site-packages/
pip install -r ./requirements.txt
cp -R ./api/terraform/python/layer_genai/openai_utils venv/lib/python${{ inputs.python-version }}/site-packages/
pip install -r ${{ env.REQUIREMENTS_PATH }}
- name: Create .env
Expand Down

0 comments on commit 7fd304e

Please sign in to comment.