Skip to content

Commit

Permalink
Revert "test"
Browse files Browse the repository at this point in the history
This reverts commit 4344279.

Signed-off-by: wep21 <daisuke.nishimatsu1021@gmail.com>
  • Loading branch information
wep21 committed Apr 29, 2024
1 parent 04dc2ba commit e024e71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7030,7 +7030,7 @@ const pip3Packages = [
"pytest-repeat",
"pytest-rerunfailures",
"pytest-runner",
"setuptools",
"setuptools<60.0",
"wheel",
];
const pip3ConfigCommandLine = [
Expand Down
2 changes: 1 addition & 1 deletion src/package_manager/pip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const pip3Packages: string[] = [
"pytest-repeat",
"pytest-rerunfailures",
"pytest-runner",
"setuptools",
"setuptools<60.0",
"wheel",
];

Expand Down

0 comments on commit e024e71

Please sign in to comment.