Skip to content

update namespace activator to 2.5 #1891

update namespace activator to 2.5

update namespace activator to 2.5 #1891

Workflow file for this run

name: Run Python Tests
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Python 3
uses: actions/setup-python@v4
with:
python-version: 3.12
- name: Install dependencies
run: |
pip install pyyaml
- name: Run tests
run: python -m unittest discover -v