Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
💚 Fix CI test failure caused by linker path conflicts (again)
Browse files Browse the repository at this point in the history
fuck it
  • Loading branch information
mnixry authored Jan 1, 2025
1 parent f48c34c commit d33b488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ jobs:
python: "3.8"
- os: macos-14
python: "3.9"
- os: windows-latest
python: "3.13"

defaults:
run:
Expand Down Expand Up @@ -157,7 +159,6 @@ jobs:
env:
SYSTEM_VERSION_COMPAT: 0
run: |
rm -vf /usr/bin/link
pip install dist/*.whl
python -vc "from orb_slam3 import ORBExtractor"
Expand Down Expand Up @@ -208,7 +209,6 @@ jobs:
- name: Install dependencies
run: |
rm -vf /usr/bin/link
poetry install --no-root --only=test
poetry run pip install dist/*.whl
Expand Down

0 comments on commit d33b488

Please sign in to comment.