Skip to content

Commit 040438d

Browse files
abe-winterjckras
authored andcommitted
fix meta.json schema test (viamrobotics#4438)
1 parent 3b52f2f commit 040438d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ jobs:
216216
- run: |
217217
go run ./cli/viam/ module create --local-only --name schematest --public-namespace ns
218218
cat meta.json | jq '.models = [{"api": "x:y:z", "model": "x:y:z"}]' > meta2.json
219+
python -m venv .venv
220+
source .venv/bin/activate
219221
pip install -r cli/test-requirements.txt
220222
check-jsonschema --schemafile ./cli/module.schema.json meta2.json
221223

0 commit comments

Comments
 (0)