Skip to content

Commit

Permalink
properly specify incompatible pipx version
Browse files Browse the repository at this point in the history
as per pypa/pipx#1390 the issue should be fixed in the next release,
so we specify this here
  • Loading branch information
Cube707 committed Jun 30, 2024
1 parent 11928ef commit 5620d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip==24.1.1
pipx<1.5.0
pipx==1.4.3,!=1.5,!=1.6.0
nox==2023.4.22
nox-poetry==1.0.3
virtualenv==20.26.3

0 comments on commit 5620d4b

Please sign in to comment.