Skip to content

Commit

Permalink
Updated github action
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Abbas Jaffri <[email protected]>
  • Loading branch information
aliabbasjaffri committed Apr 17, 2024
1 parent 1510c74 commit 249e3fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/setup-python/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ runs:
- name: Install uv
run: |
pip install uv
uv venv venv
source venv/bin/activate
shell: bash
- name: Install dependencies
run: |
uv pip install --upgrade pip
uv pip install --upgrade pip && uv pip install pip-tools
if [[ "${{ inputs.dependencyType }}" == "dev" ]]; then
uv pip install -r requirements-dev.txt
elif [[ "${{ inputs.dependencyType }}" == "docs" ]]; then
Expand Down

0 comments on commit 249e3fc

Please sign in to comment.