Skip to content

Commit

Permalink
Fix noop for build
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Feb 19, 2025
1 parent e3d38fb commit 6c55907
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions zuul.d/playbooks/tox/pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

tasks:
- name: Run no-op command to build module
ansible.builtin.command:
cmd: uv run python3 --version
args:
chdir: "{{ zuul.project.src_dir }}"
ansible.builtin.command: uv run python3 --version
args:
chdir: "{{ zuul.project.src_dir }}"

0 comments on commit 6c55907

Please sign in to comment.