Skip to content

Commit 9b3131f

Browse files
fix(ci): run test-omnix-template uv lock inside devshell
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent 3300e1b commit 9b3131f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,9 @@ jobs:
231231
232232
# Fix template names and set up environment
233233
nix run .#fix-template-names -- python-nix-template
234-
uv lock
235234
236235
# Test that the project tests pass
236+
nix develop -c uv lock
237237
nix develop -c pytest
238238
239239
test-python:

0 commit comments

Comments
 (0)