Skip to content

CI tests in Python 3.9 #25

CI tests in Python 3.9

CI tests in Python 3.9 #25

Workflow file for this run

name: nuscenes-devkit CI pipeline

Check failure on line 1 in .github/workflows/pipeline.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pipeline.yml

Invalid workflow file

(Line: 7, Col: 3): The identifier 'Test in 3.9' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters., (Line: 10, Col: 13): The identifier 'Test in Python 3.9' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters., (Line: 14, Col: 3): The identifier 'Test in 3.12' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters., (Line: 17, Col: 13): The identifier 'Test in Python 3.12' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
on: [pull_request]
env:
NUSCENES: data/sets/nuscenes
NUIMAGES: data/sets/nuimages
jobs:
Test in 3.9:
runs-on: ubuntu-latest
steps:
- id: Test in Python 3.9
uses: ./.github/actions/python-tests
with:
python-version: 3.9
Test in 3.12:
runs-on: ubuntu-latest
steps:
- id: Test in Python 3.12
uses: ./.github/actions/python-tests
with:
python-version: 3.12