Skip to content

Commit

Permalink
without .venv
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Nov 29, 2024
1 parent 09caec7 commit 1141480
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions actions/uv/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ runs:
with:
python-version: ${{ inputs.python-version || '3.12' }}

- name: Install UV
run: |
pip install uv
#- name: Install UV
# shell: bash
# run: |
# pip install uv

- name: Install Dependencies
shell: bash
run: |
uv pip install -r requirements.txt --system
uv pip install -e . --system
pip install -r requirements.txt
pip install -e .

0 comments on commit 1141480

Please sign in to comment.