8000 ci: fix broken ci · traceloop/openllmetry-js@d51fdbd · GitHub
[go: up one dir, main page]

Skip to content

Commit d51fdbd

Browse files
committed
ci: fix broken ci
1 parent 11661d4 commit d51fdbd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ jobs:
4747
cache: "npm"
4848
node-version-file: ".nvmrc"
4949

50-
- run: pip3 install chromadb
50+
- uses: actions/setup-python@v5
51+
with:
52+
python-version: "pypy3.10"
53+
- run: pip install chromadb
5154

5255
- uses: nrwl/nx-set-shas@v3
5356
- run: npm ci

0 commit comments

Comments
 (0)
0