Skip to content

Commit

Permalink
Merge branch 'main' into jan/full-check-comment-trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk authored Apr 12, 2024
2 parents c96ec04 + fc4eb52 commit 61d8eb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contrib_rerun_py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:
# find the dependencies to reinstall them.
shell: bash
run: |
pip uninstall rerun-sdk
pip install rerun-sdk==${{ steps.get-version.outputs.wheel_version }} --no-index --find-links dist
pixi run -e wheel-test pip uninstall rerun-sdk
pixi run -e wheel-test pip install rerun-sdk==${{ steps.get-version.outputs.wheel_version }} --no-index --find-links dist
- name: Verify built wheel version
shell: bash
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/reusable_build_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,11 @@ jobs:
-r scripts/ci/requirements-examples-${{ inputs.CHANNEL }}.txt \
--no-input
- name: Install Python dependencies and wheel
- name: Install built wheel
shell: bash
run: |
pixi run pip uninstall rerun-sdk -y
pixi run pip install deprecated '"numpy>=1.23,<2"' pyarrow>=14.0.2 pytest==7.1.2
pixi run pip install rerun-sdk --no-index --find-links wheel
pixi run -e wheel-test pip uninstall rerun-sdk -y
pixi run -e wheel-test pip install rerun-sdk --no-index --find-links wheel
- name: Verify built wheel version
shell: bash
Expand Down

0 comments on commit 61d8eb0

Please sign in to comment.