summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTzu-ping Chung <uranusjr@gmail.com>2021-12-12 23:19:57 +0800
committerTzu-ping Chung <uranusjr@gmail.com>2022-04-12 03:33:18 +0800
commit321c9675db6574b0f73c0560e63ef8fe7288c519 (patch)
tree4c92abe0fe2c1e190a911f406363968494b4de32 /.github
parent173ef62c8e880382c14e9d264592c2e6880e65bd (diff)
downloadpip-321c9675db6574b0f73c0560e63ef8fe7288c519.tar.gz
Add compat shim to find eggs in importlib backend
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d90df82b5..f0b8ba644 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -223,7 +223,7 @@ jobs:
name: tests for importlib.metadata backend
runs-on: ubuntu-latest
env:
- _PIP_METADATA_BACKEND_IMPORTLIB: '1'
+ _PIP_METADATA_BACKEND_IMPORTLIB: egg-compat
needs: [pre-commit, packaging, determine-changes]
if: >-