Skip to content

Commit

Permalink
Updated build process
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddhantSadangi committed Dec 27, 2023
1 parent e2da5d2 commit 30d4d49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
- name: Install OpenMP on MacOS for XGBoost integration
if: runner.os == 'macOS'
run: brew install libomp
- name: Upgrade pip
run: python -m pip install --upgrade pip
- name: Test examples
uses: nick-fields/retry@v2
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set -e

echo "Installing requirements..."
pip install -U -r requirements.txt
pip install -U 'git+https://github.com/facebookresearch/detectron2.git'
pip install -U 'git+https://github.com/facebookresearch/detectron2.git' --no-build-isolation

echo "Downloading and unzipping the dataset"
wget https://github.com/matterport/Mask_RCNN/releases/download/v2.1/balloon_dataset.zip
Expand Down

0 comments on commit 30d4d49

Please sign in to comment.