Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 88142a5

Browse files
committed
run tests on other python version
1 parent 2ea9581 commit 88142a5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/apply_sw4hw_standards.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@ jobs:
2121
- name: Setup Python
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: '3.10'
24+
python-version: '3.11'
2525

26-
- name: Cloud-action test
27-
uses: xanaduAI/cloud-actions/og/unit@main
28-
with:
29-
key: ${{ secrets.XANADU_OG_QUBOT }}
30-
path: tests/instruments
26+
- name: Run tests
27+
run:
28+
python -m pytest instruments --showlocals --full-trace --cov=pymeasure --cov-report xml:coverage.xml --cov-report term-missing --junitxml junit.xml
3129

3230
- name: Upload test artifacts
3331
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)