Skip to content

Commit ad17280

Browse files
committed
fix
1 parent c4fee99 commit ad17280

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)