Skip to content

reverted accidental upgrade to python 3.10 to 3.9 #182

reverted accidental upgrade to python 3.10 to 3.9

reverted accidental upgrade to python 3.10 to 3.9 #182

Workflow file for this run

# Copyright (c) 2023 Boston Dynamics AI Institute LLC. All rights reserved.
name: Pre-Commit
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.9.16
- uses: pre-commit/action@v3.0.0