Skip to content

Commit

Permalink
Show typing_extensions outputs for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
xqt committed Jan 2, 2024
1 parent 9e14158 commit 9420722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nightly
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ git -c advice.detachedHead=false clone -q --depth 1 -b v6.7.0 https://github.com

echo Step 4: Collecting typing_extensions for importlib_metadata...
# currently needed for Pywikibot 9.0 (core)
git -c advice.detachedHead=false clone -q --depth 1 -b 4.7.1 https://github.com/python/typing_extensions.git
(cd typing_extensions && python3 -c "import setuptools; setuptools.setup()" -q build && git gc --aggressive --prune=all --quiet)
git -c advice.detachedHead=false clone --depth 1 -b 4.7.1 https://github.com/python/typing_extensions.git
(cd typing_extensions && python3 -c "import setuptools; setuptools.setup()" build && git gc --aggressive --prune=all)

echo Step 5: Collecting zipp for importlib_metadata...
# currently needed for Pywikibot 9.0 (core)
Expand Down

0 comments on commit 9420722

Please sign in to comment.