Skip to content

call without inputs

call without inputs #3

Workflow file for this run

name: Testing
<<<<<<< HEAD

Check failure on line 3 in .github/workflows/testing.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/testing.yaml

Invalid workflow file

You have an error in your yaml syntax on line 3
on: [workflow_call]
jobs:
test:
runs-on: ubuntu-latests
=======
on:
workflow_call
jobs:
test:
runs-on: ubuntu-latest
defaults:
continue-on-error: True
>>>>>>> bfb9069fff47a4d4f7597e3f0d72a8bc09c4e07d
steps:
- uses: actions/setup-python@v2
with:
python-version: '3.9'
cache: 'poetry'
- name: HamiltonianBuilder
run: poetry run pytest tests/test_builder.py
- name: NbedDriver
run: poetry run pytest tests/test_driver.py
- name: Embed
run: poetry run pytest tests/test_embed.py
- name: HamiltonianConverter
run: poetry run pytest tests/test_ham_converter.py
- name: Localizers
run: poetry run pytest tests/test_localizers.py