Skip to content

[SW-1712] Pin ubuntu version in workflows (#60) #194

[SW-1712] Pin ubuntu version in workflows (#60)

[SW-1712] Pin ubuntu version in workflows (#60) #194

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-22.04
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