File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : CI
2+
3+ on :
4+ push :
5+ branches : [main]
6+ pull_request :
7+ branches : [main]
8+
9+ jobs :
10+ test :
11+ runs-on : ubuntu-latest
12+ strategy :
13+ matrix :
14+ python-version : ["3.10", "3.11", "3.12"]
15+
16+ steps :
17+ - uses : actions/checkout@v4
18+
19+ - name : Set up Python ${{ matrix.python-version }}
20+ uses : actions/setup-python@v5
21+ with :
22+ python-version : ${{ matrix.python-version }}
23+ cache : pip
24+
25+ - name : Install dependencies
26+ run : |
27+ python -m pip install --upgrade pip
28+ pip install -e .[dev]
29+
30+ - name : Run tests
31+ run : pytest -q
Original file line number Diff line number Diff line change 99[ ![ Google Scholar] ( https://img.shields.io/badge/Google_Scholar-Profile-blue?logo=google-scholar )] ( https://scholar.google.com/citations?user=tvwpCcgAAAAJ )
1010[ ![ Hugging Face] ( https://img.shields.io/badge/huggingface-Cohaerence-white )] ( https://huggingface.co/Cohaerence )
1111
12- <!-- - [](https://github.com/christopher-altman/ibm-qml-kernel/actions/workflows/ci.yml) - -->
12+ [ ![ CI] ( https://github.com/christopher-altman/ibm-qml-kernel/actions/workflows/ci.yml/badge.svg )] ( https://github.com/christopher-altman/ibm-qml-kernel/actions/workflows/ci.yml )
1313[ ![ X] ( https://img.shields.io/badge/X-@coherence-blue )] ( https://x.com/coherence )
1414[ ![ Website] ( https://img.shields.io/badge/website-christopheraltman.com-green )] ( https://www.christopheraltman.com )
1515[ ![ LinkedIn] ( https://img.shields.io/badge/LinkedIn-Altman-blue?logo=linkedin&logoColor=white )] ( https://www.linkedin.com/in/Altman )
You can’t perform that action at this time.
0 commit comments