Skip to content

Commit d66f68c

Browse files
RobinPicardrlouf
authored andcommitted
Update the python outlines_core installation check to avoid conflict
1 parent f28e0a3 commit d66f68c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ jobs:
200200
if: matrix.platform.target == 'aarch64'
201201
run: |
202202
pip install outlines_core --no-index --find-links dist --force-reinstall
203+
cd outlines_core
203204
python -c "import outlines_core"
204205
205206
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)