Skip to content

Commit

Permalink
perf: add pipx to ci backend requirements
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <rjdbcm@outlook.com>
  • Loading branch information
rjdbcm committed Dec 16, 2024
1 parent 61f15e9 commit caa7aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ozi_spec/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ class CI(Default):
default_factory=lambda: {
'tox': 'tox~=4.18',
'tox-gh': 'tox-gh~=1.3',
'pipx': 'pipx~=1.7',
},
)
checkpoint: Checkpoint = Checkpoint()
Expand Down

0 comments on commit caa7aae

Please sign in to comment.