Skip to content

Commit

Permalink
fix folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Nov 24, 2024
1 parent 32aaaba commit e3d2bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-cibuildwheel-pybind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ jobs:
- name: Build SDist
run: |
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
python -m pip install --upgrade build
python -m pip install --upgrade build && \
python -m pip install . && \
python -m build --sdist
python -m pip install dist/*.tar.gz -v && \
python -m pip install pytest && \
python -m pytest python-pybind11/tests && \
python -m pytest python-pybind/tests && \
python -m pip uninstall -y keyvi_pybind11
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e3d2bc0

Please sign in to comment.