Skip to content

update python version and the CI branch to use #70

update python version and the CI branch to use

update python version and the CI branch to use #70

Workflow file for this run

name: CI
on:
pull_request:
schedule:
# NOTE: We run this weekly at 1 am UTC on every Saturday
- cron: '0 1 * * 6'
jobs:
# This is mirrored in the release workflow.
build_and_test:
name: 'Build and Test'
uses: sravs-dev/ci/.github/workflows/pack-build_and_test.yaml@update_python_version

Check failure on line 13 in .github/workflows/build_and_test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_and_test.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/build_and_test.yaml" -> "sravs-dev/ci/.github/workflows/pack-build_and_test.yaml@update_python_version" (source branch with sha:cc358e609ce29884e9b2809085b469b26052a21f) : Invalid type for `on`
with:
enable-common-libs: true
#apt-cache-version: v0
#py-cache-version: v0
python-version: ["3.8","3.9"]