We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a2a6d commit 9856ed0Copy full SHA for 9856ed0
.github/workflows/build_wheels.yml
@@ -69,6 +69,7 @@ jobs:
69
if: matrix.platform.target == 'x86_64'
70
run: |
71
pip install outlines_core --no-index --find-links dist --force-reinstall
72
+ cd outlines_core
73
python -c "import outlines_core"
74
75
- uses: actions/upload-artifact@v4
@@ -132,6 +133,7 @@ jobs:
132
133
- name: Install built wheel
134
135
136
137
138
139
0 commit comments