more parity across tests and docker images for packaging/setuptools

This commit is contained in:
Wing Lian
2025-03-21 08:56:01 -04:00
parent 25455ac25f
commit 31799bdcc0
5 changed files with 7 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
pip3 install wheel packaging
pip3 install wheel packaging==23.2
pip3 install --no-build-isolation -e .
pip3 install -r requirements-dev.txt -r requirements-tests.txt