Skip to content

Commit 9856ed0

Browse files
RobinPicardrlouf
authored andcommitted
Fix missing command in build_wheel workflow
1 parent 72a2a6d commit 9856ed0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
if: matrix.platform.target == 'x86_64'
7070
run: |
7171
pip install outlines_core --no-index --find-links dist --force-reinstall
72+
cd outlines_core
7273
python -c "import outlines_core"
7374
7475
- uses: actions/upload-artifact@v4
@@ -132,6 +133,7 @@ jobs:
132133
- name: Install built wheel
133134
run: |
134135
pip install outlines_core --no-index --find-links dist --force-reinstall
136+
cd outlines_core
135137
python -c "import outlines_core"
136138
137139
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)