Skip to content

Commit

Permalink
Installing wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddhantSadangi committed Mar 4, 2024
1 parent 9ecb602 commit 89fb6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
- name: Install detectron2 (macOS)
if: ${{ runner.os == 'macOS'}}
working-directory: ${{ inputs.working_directory }}
run: CC=clang CXX=clang++ ARCHFLAGS="-arch x86_64" python -m pip install -U 'git+https://github.com/facebookresearch/detectron2.git' --no-build-isolation
run: CC=clang CXX=clang++ ARCHFLAGS="-arch x86_64" python -m pip install -U wheel 'git+https://github.com/facebookresearch/detectron2.git' --no-build-isolation
shell: bash

- name: Run tests
Expand Down

0 comments on commit 89fb6e7

Please sign in to comment.