Skip to content

fix(epac): promotion from closed atom, unpaired accounting, subshell … #2

fix(epac): promotion from closed atom, unpaired accounting, subshell …

fix(epac): promotion from closed atom, unpaired accounting, subshell … #2

Workflow file for this run

name: epac
on:
pull_request:
paths:
- "research/epac/**"
- "libs/ucns/**"
- ".github/workflows/epac.yml"
push:
branches: [main]
paths:
- "research/epac/**"
- "libs/ucns/**"
- ".github/workflows/epac.yml"
permissions:
contents: read
jobs:
epac:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: EPAC contract tests
env:
PYTHONPATH: research/epac:libs/ucns/src
run: python -m unittest discover -s research/epac/tests -q