Skip to content

Commit

Permalink
Switch to using uv for installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed May 9, 2024
1 parent 22c2bb3 commit 640a8d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/_install_deploy_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
- name: Install python dependencies with uv
ansible.builtin.shell: |
source .venv/bin/activate
python3.11 -m pip install -r requirements/requirements.linux.generated.txt
python3.11 -m pip install uv
uv pip install -r requirements/requirements.linux.generated.txt
args:
chdir: "{{ project_root }}/current"
executable: "/usr/bin/bash"
Expand Down

0 comments on commit 640a8d0

Please sign in to comment.