Skip to content

Commit

Permalink
update runner label for gpu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
robandpdx committed Apr 25, 2024
1 parent 6b2e707 commit 527b779
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/install_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: run eslint
run: npm run lint
lab_build_habitat:
runs-on: 4-core-gpu
runs-on: 4-core-ubuntu-gpu-t4
env:
FPS_THRESHOLD: 900
defaults:
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
python3 -m pip install . -v
cd ../ && python3 -c "import habitat_sim"
install_and_test_ubuntu:
runs-on: 4-core-gpu
runs-on: 4-core-ubuntu-gpu-t4
env:
FPS_THRESHOLD: 900
defaults:
Expand Down Expand Up @@ -439,7 +439,7 @@ jobs:
- name: Check Code Style using pre-commit
run: SKIP=eslint pre-commit run --show-diff-on-failure --all-files
build_conda_binaries:
runs-on: 4-core-gpu
runs-on: 4-core-ubuntu-gpu-t4
env:
FPS_THRESHOLD: 900
AIHABITAT_CONDA_CHN: aihabitat
Expand Down

0 comments on commit 527b779

Please sign in to comment.