summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-03-18 08:55:32 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-01-31 14:11:03 +0100
commit9d39b0f19e20056131914dca076e0d686395fe93 (patch)
tree29b9173cb3352af8b2a09d08cbdd2d1d992e1189
parent78aa12e3344444501b8136bc01cfe7af4a85893e (diff)
[4.0.x] Added packaging tools to GitHub actions.
Backport of fbacaa58ffc5a62456ee68b90efa13957f761ce4 from main.
-rw-r--r--.github/workflows/tests.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 8dd0380cdf..cf71bca700 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -27,7 +27,9 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: 'tests/requirements/py3.txt'
- - run: pip install -r tests/requirements/py3.txt -e .
+ - name: Install and upgrade packaging tools
+ run: python -m pip install --upgrade pip setuptools wheel
+ - run: python -m pip install -r tests/requirements/py3.txt -e .
- name: Run tests
run: python tests/runtests.py -v2