diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-10-13 14:32:04 -0400 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-10-14 08:41:32 -0400 |
| commit | 42758f882dc74059c562ef8ae3da01fd06cf0e0d (patch) | |
| tree | fa8d9a00e111f3d7c64571e085178d3b0d95d030 /.github/workflows/python_matrix.yml | |
| parent | 19101158070429c8d314926a67ec22a88220f316 (diff) | |
Removed setuptools from GitHub actions.
Follow-up to 61c5c3173281b1e906a891aa6a6c6f9cdc9f2b8a.
Diffstat (limited to '.github/workflows/python_matrix.yml')
| -rw-r--r-- | .github/workflows/python_matrix.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python_matrix.yml b/.github/workflows/python_matrix.yml index 072bf1cdbc..bbdb4458b4 100644 --- a/.github/workflows/python_matrix.yml +++ b/.github/workflows/python_matrix.yml @@ -46,7 +46,7 @@ jobs: - name: Install libmemcached-dev for pylibmc run: sudo apt-get install libmemcached-dev - name: Install and upgrade packaging tools - run: python -m pip install --upgrade pip setuptools wheel + run: python -m pip install --upgrade pip wheel - run: python -m pip install -r tests/requirements/py3.txt -e . - name: Run tests run: python -Wall tests/runtests.py -v2 |
