Skip to content

Commit

Permalink
try adding back the obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
aclegg3 committed Nov 20, 2024
1 parent ac6e70f commit fe51770
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/install_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,26 +175,26 @@ jobs:
#- name: Debugging with tmate
# uses: mxschmitt/[email protected]

# build_conda_binaries:
# runs-on: 4-core-ubuntu-gpu-t4
# env:
# AIHABITAT_CONDA_USERNAME: aihabitat
# AIHABITAT_CONDA_PWD: ${{ secrets.AIHABITAT_CONDA_PWD }}
# AIHABITAT_NIGHTLY_CONDA_USERNAME: aihabitat-nightly
# AIHABITAT_NIGHTLY_CONDA_PWD: ${{ secrets.AIHABITAT_NIGHTLY_CONDA_PWD }}
build_conda_binaries:
runs-on: 4-core-ubuntu-gpu-t4
env:
AIHABITAT_CONDA_USERNAME: aihabitat
AIHABITAT_CONDA_PWD: ${{ secrets.AIHABITAT_CONDA_PWD }}
AIHABITAT_NIGHTLY_CONDA_USERNAME: aihabitat-nightly
AIHABITAT_NIGHTLY_CONDA_PWD: ${{ secrets.AIHABITAT_NIGHTLY_CONDA_PWD }}

# defaults:
# run:
# shell: bash -el {0}
# steps:
# - uses: actions/[email protected]
# with:
# path: "./habitat-sim"
# - name: Set modality variable
# echo "CI_TEST=$(echo ${{ github.event_name }} == 'pull_request'" >> $GITHUB_ENV
# - name: Build conda Linux packages
# run: |-
# cd habitat-sim/conda-build
defaults:
run:
shell: bash -el {0}
steps:
- uses: actions/[email protected]
with:
path: "./habitat-sim"
#- name: Set modality variable
# echo "CI_TEST=$(echo ${{ github.event_name }} == 'pull_request'" >> $GITHUB_ENV
- name: Build conda Linux packages
run: |-
cd habitat-sim/conda-build
# echo "Current event name: $GITHUB_EVENT_NAME"
# echo ${{ env.CI_TEST }}

Expand Down

0 comments on commit fe51770

Please sign in to comment.