Skip to content

Commit

Permalink
fix used constraints.
Browse files Browse the repository at this point in the history
  • Loading branch information
mafalb committed Jan 17, 2024
1 parent f6b2223 commit 5ab21c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions roles/virtualenv/tasks/main/present.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,15 +190,13 @@
name: cython<3.0.0
virtualenv: "{{ __reg_venv.virtualenv }}"
extra_args: "{{ '-U eager' if virtualenv_update is defined else '' }}
-c {{ __reg_venv.virtualenv }}/virtualenv.constraints.txt
-c {{ __reg_venv.virtualenv }}/ansible.constraints.txt
-c {{ __reg_venv.virtualenv }}/constraints.txt"
- name: Install pyyaml with --no-build-isolation
ansible.builtin.pip:
name: pyyaml
virtualenv: "{{ __reg_venv.virtualenv }}"
extra_args: "{{ '-U eager' if virtualenv_update is defined else '' }}
-c {{ __reg_venv.virtualenv }}/virtualenv.constraints.txt
-c {{ __reg_venv.virtualenv }}/ansible.constraints.txt
-c {{ __reg_venv.virtualenv }}/constraints.txt --no-build-isolation"

Expand Down

0 comments on commit 5ab21c8

Please sign in to comment.