File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
uses : actions/setup-python@v5
35
35
with :
36
36
python-version : ${{ matrix.py }}
37
- - run : uv sync --extra test --frozen -- locked
37
+ - run : uv sync --extra test --locked
38
38
- run : uv run pytest --benchmark-disable -vvv
39
39
- run : uv cache prune --ci
40
40
mypy :
50
50
with :
51
51
# Run on oldest Python version to catch more errors
52
52
python-version : " 3.10"
53
- - run : uv sync --extra test --frozen -- locked
53
+ - run : uv sync --extra test --locked
54
54
- run : make mypy
55
55
- run : make stubtest
56
56
- run : uv cache prune --ci
67
67
- uses : actions/setup-python@v5
68
68
with :
69
69
python-version-file : " .python-version"
70
- - run : uv sync --extra test --frozen -- locked
70
+ - run : uv sync --extra test --locked
71
71
- uses : CodSpeedHQ/action@v3
72
72
with :
73
73
token : ${{ secrets.CODSPEED_TOKEN }}
90
90
run : |
91
91
sudo apt-get update
92
92
sudo apt-get install -y graphviz
93
- - run : uv sync --extra docs --frozen -- locked
93
+ - run : uv sync --extra docs --locked
94
94
- run : make docs
95
95
- run : uv cache prune --ci
You can’t perform that action at this time.
0 commit comments