Skip to content

Commit

Permalink
us uv a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair committed Feb 22, 2024
1 parent fcdf599 commit 70ef64d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
- name: Install Specific Python Dependencies
if: ${{ inputs.pip-dependency }}
shell: bash
run: pip3 install ${{ inputs.pip-dependency }}
run: uv pip install ${{ inputs.pip-dependency }}

# NPM installs
- name: Install node.js ${{ env.node_version }}
Expand All @@ -82,7 +82,7 @@ runs:
- name: Install dev requirements
if: ${{ inputs.dev-install == 'true' ||inputs.install == 'true' }}
shell: bash
run: pip install -r requirements-dev.txt
run: uv pip install -r requirements-dev.txt
- name: Run invoke install
if: ${{ inputs.install == 'true' }}
shell: bash
Expand Down

0 comments on commit 70ef64d

Please sign in to comment.