Skip to content

Commit

Permalink
comment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Advitya17 committed Aug 31, 2023
1 parent e4540a0 commit b15705a
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/CI-python-vision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ jobs:
run: |
conda install --yes --quiet pytorch torchvision captum -c pytorch
- if: ${{ matrix.operatingSystem == 'macos-latest' }}
name: Install latest lightgbm from conda-forge for MacOS
shell: bash -l {0}
run: |
conda install --yes --quiet lightgbm -c conda-forge
- name: Setup tools
shell: bash -l {0}
run: |
Expand All @@ -68,16 +62,10 @@ jobs:
pip install -r requirements-dev.txt
working-directory: ${{ matrix.packageDirectory }}

- name: Install package extras
shell: bash -l {0}
run: |
pip install -r requirements-object-detection.txt
working-directory: ${{ matrix.packageDirectory }}

- name: Install package
- name: Install package + extras
shell: bash -l {0}
run: |
pip install -v -e .
pip install -v -e .[object-detection]
working-directory: ${{ matrix.packageDirectory }}

- name: Upload requirements
Expand Down

0 comments on commit b15705a

Please sign in to comment.