Skip to content

Commit

Permalink
CI: Try installing the correct wheel on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Apr 12, 2023
1 parent c181adf commit 0f6e268
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ jobs:
- name: Install built wheel
run: |
pip install rerun-sdk --find-links pre-dist --force-reinstall
pip install pre-dist/*.whl --force-reinstall
python -m rerun --version
- name: Run tests
run: cd rerun_py/tests && pytest
Expand Down

0 comments on commit 0f6e268

Please sign in to comment.