File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 uses : actions/setup-python@v5
3535 with :
3636 python-version : ${{ matrix.py }}
37- - run : uv sync --extra test --frozen -- locked
37+ - run : uv sync --extra test --locked
3838 - run : uv run pytest --benchmark-disable -vvv
3939 - run : uv cache prune --ci
4040 mypy :
5050 with :
5151 # Run on oldest Python version to catch more errors
5252 python-version : " 3.10"
53- - run : uv sync --extra test --frozen -- locked
53+ - run : uv sync --extra test --locked
5454 - run : make mypy
5555 - run : make stubtest
5656 - run : uv cache prune --ci
6767 - uses : actions/setup-python@v5
6868 with :
6969 python-version-file : " .python-version"
70- - run : uv sync --extra test --frozen -- locked
70+ - run : uv sync --extra test --locked
7171 - uses : CodSpeedHQ/action@v3
7272 with :
7373 token : ${{ secrets.CODSPEED_TOKEN }}
9090 run : |
9191 sudo apt-get update
9292 sudo apt-get install -y graphviz
93- - run : uv sync --extra docs --frozen -- locked
93+ - run : uv sync --extra docs --locked
9494 - run : make docs
9595 - run : uv cache prune --ci
You can’t perform that action at this time.
0 commit comments