summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2022-09-29 14:54:42 +0200
committerGitHub <noreply@github.com>2022-09-29 13:54:42 +0100
commit5d269d91d4a287b30de0e6dc1e8d7b646b4735f8 (patch)
treebae3d0d566d967b633272c6f87f188a55009ede7 /.github
parentb5375b4df5449c224db1833646eb7f0031d3e34a (diff)
downloadpip-5d269d91d4a287b30de0e6dc1e8d7b646b4735f8.tar.gz
Fix a typo in required CI jobs allowed to skip (#11474)
test-zipapp -> tests-zipapp test-importlib-metadata -> tests-importlib-metadata
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1786dd47d..792a3e311 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -323,8 +323,8 @@ jobs:
&& '
tests-unix,
tests-windows,
- test-zipapp,
- test-importlib-metadata,
+ tests-zipapp,
+ tests-importlib-metadata,
'
|| ''
}}