Use 3.10 for all reqs resolution and add a Makefile target for re-locking (#4748)

This commit is contained in:
Samuel Colvin
2022-11-10 17:16:07 +00:00
committed by GitHub
parent 2f090a5cca
commit 35c7aff1c4
11 changed files with 74 additions and 114 deletions
+2 -3
View File
@@ -72,12 +72,11 @@ jobs:
docs-build
${{ runner.os }}
${{ env.pythonLocation }}
${{ hashFiles('requirements/pyproject-all.txt') }}
${{ hashFiles('requirements/docs.txt') }}
${{ hashFiles('requirements/*') }}
- name: install
if: steps.cache.outputs.cache-hit != 'true'
run: pip install -r requirements/pyproject-all.txt -r requirements/docs.txt .
run: pip install -r requirements/all.txt .
- name: build site
run: make docs