Skip to content

Add python versions as input #3

Add python versions as input

Add python versions as input #3

Workflow file for this run

name: Run tests on a branch when pushed or PR'd
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
on:
push:
branches: [ main, workflows ]
pull_request:
branches: [ main, workflows ]
jobs:
call_tester:
name: Run unit tests on $BRANCH_NAME branch
uses: avstack-lab/workflows/.github/workflows/test_on_branch_with_uv.yml@main

Check failure on line 15 in .github/workflows/unit_test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/unit_test.yml

Invalid workflow file

error parsing called workflow ".github/workflows/unit_test.yml" -> "avstack-lab/workflows/.github/workflows/test_on_branch_with_uv.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
branch: $BRANCH_NAME
os: ubuntu-22.04
python-versions: "[ '3.10' ]"