ci: use exactly Python 3.12 and s3cmd 2.4.0

This commit is contained in:
Christopher Willis-Ford 2025-01-08 07:47:18 -08:00
parent 3d2b2ef95d
commit 51cc73f124

View file

@ -59,8 +59,8 @@ jobs:
- name: setup Python
uses: actions/setup-python@v5
with:
python-version: '^3.5'
- run: pip install s3cmd==2.3.0
python-version: '3.12'
- run: pip install s3cmd==2.4.0
- run: npm --production=false ci
- run: mkdir -p ./test/results
- name: lint