Skip to content

Corrections to the conditional models (#36) #14

Corrections to the conditional models (#36)

Corrections to the conditional models (#36) #14

Workflow file for this run

name: GATr architecture tests
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
# Step 3: Install dependencies
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements_minimal.txt
# Step 4: Run tests
- name: Run tests
run: |
pytest tests/gatr