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 @@ -51,17 +51,17 @@ jobs:
5151 - run : uv venv
5252
5353 - name : Install the project & ensure uv.lock doesnt contain anything not in pyproject.toml
54- run : uv sync && uv lock --check
54+ run : uv lock --check && uv sync
5555
5656 # any local changes would make hatch-vcs set a "local version" (+dev0...), so we ignore any uv.lock updates:
5757 - run : git update-index --assume-unchanged uv.lock
58-
59- # Install node and yarn in order to build the front end during packaging
58+
59+ # Install node and yarn in order to build the front end during packaging
6060 - name : Set Node.js 22.x
6161 uses : actions/setup-node@v4
6262 with :
6363 node-version : 22.x
64- cache : ' yarn'
64+ cache : " yarn"
6565 cache-dependency-path : locust/webui/yarn.lock
6666
6767 # Build and upload the project artifacts only once
You can’t perform that action at this time.
0 commit comments