Skip to content

ignore metrics that cannot be converted to numpy in habitat_visualize… #177

ignore metrics that cannot be converted to numpy in habitat_visualize…

ignore metrics that cannot be converted to numpy in habitat_visualize… #177

Workflow file for this run

# Copyright [2023] Boston Dynamics AI Institute, Inc.
name: VLFM CI
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
vlfm_main_build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
container:
image: ghcr.io/bdaiinstitute/bdaii_vlfm:main
steps:
- uses: actions/checkout@v3
- name: Pytest
run: |
pip install -e .[habitat]
pytest