Skip to content

Commit

Permalink
deepsort requires torch. Rather than making it a default dependency, …
Browse files Browse the repository at this point in the history
…tested by installing it in CI script
  • Loading branch information
davidpagnon authored Feb 10, 2025
1 parent 13cbbaa commit 009a81e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest, macos-13]
os: [ubuntu-latest, windows-latest, macos-latest, macos-13] # Mac ARM M1 vs Intel processors
python-version: [3.9, "3.10", "3.11"]

steps:
Expand Down Expand Up @@ -60,6 +60,7 @@ jobs:
conda run -n pose2sim python -m pip install --upgrade pip
conda run -n pose2sim python -m pip install flake8 pytest
conda run -n pose2sim python -m pip install git+https://github.com/${{ github.repository }}.git@${{ github.sha }}
conda run -n pose2sim python -m pip install torch
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 009a81e

Please sign in to comment.