Skip to content

Commit

Permalink
Remove debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
yatarkan committed May 31, 2024
1 parent 5b8f7ac commit effde5a
Showing 1 changed file with 7 additions and 19 deletions.
26 changes: 7 additions & 19 deletions .github/workflows/build_treon_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,25 +118,13 @@ jobs:
env:
AGENT_TOOLSDIRECTORY: ${{ inputs.container && '/opt/hostedtoolcache' || '' }}

# TODO Remove after testing
- name: Debug install detectron
shell: bash
run: |
pip install wheel
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu -v
pip freeze | grep torch
python -c 'import torch'
pip install "git+https://github.com/facebookresearch/detectron2.git" -v
pip freeze | grep detectron2
# pip install -q "openvino>=2023.1.0"
# - name: Cache Pip Packages
# id: cachepip
# uses: actions/cache@v3
# with:
# path: |
# pipcache
# key: ${{ env.PIP_CACHE_KEY }}-${{ env.OS_NAME }}-${{ inputs.python }}
- name: Cache Pip Packages
id: cachepip
uses: actions/cache@v3
with:
path: |
pipcache
key: ${{ env.PIP_CACHE_KEY }}-${{ env.OS_NAME }}-${{ inputs.python }}

# Cache specific files to reduce downloads or prevent network issues
- name: Cache Files
Expand Down

0 comments on commit effde5a

Please sign in to comment.