Skip to content

Update License and Readme (#22) #169

Update License and Readme (#22)

Update License and Readme (#22) #169

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:
group: bdai-gh-large-runners
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