mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
Use 3.10 for all reqs resolution and add a Makefile target for re-locking (#4748)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user