summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2022-01-14 10:40:13 +0000
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2022-01-14 11:29:16 +0000
commit764d8841fe2f6826e80d01b76571fdb00a40cd7e (patch)
tree206c9923479927a07924e1d39b41c108a49f6f43 /.github
parent5cf98408f48a0ef91d61aea56485a7a83f6bbfa8 (diff)
downloadpip-764d8841fe2f6826e80d01b76571fdb00a40cd7e.tar.gz
Use the standard library distutils for running tests
This is in line with what our unit tests are written with the assumption of.
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 74ba34c6f..024ff355d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
- "src/pip/_vendor/**"
- "pyproject.toml"
tests:
- # Anything that's touching testable stuff
+ # Anything that's touching code-related stuff
- ".github/workflows/ci.yml"
- "src/**"
- "tests/**"