Skip to content

Remove zeros from interaction lookup, check in test (#424) #2

Remove zeros from interaction lookup, check in test (#424)

Remove zeros from interaction lookup, check in test (#424) #2

# This workflow will run the tests for the shapiq_games sub-pacakge
name: tests-shapiq-games.yml
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.11"
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
- name: Install dependencies
run: uv sync --all-extras --dev
- name: Run tests
run: uv run pytest "tests/shapiq_games" -n logical