Skip to content

Commit dce08f7

Browse files
committed
[FIX] [WIP] Getting CI working... Added missing checkout.
1 parent 7f126c7 commit dce08f7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/quality_checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ jobs:
99
matrix:
1010
python-versions: ["3.11"]
1111
steps:
12+
- uses: actions/checkout@v2
1213
- name: Set up Python
1314
uses: actions/setup-python@v2
1415
with:
1516
python-version: 3.11
1617
- name: Install dependencies and the package
1718
run: |
1819
python -m pip install --upgrade pip
19-
pip install -vvv .[test]
20+
pip install -v .[test]
2021
- name: Run unit tests
2122
run: pytest --cov=qbench --cov-report=xml -k 'not awscreds and not aersim'
2223
env:

0 commit comments

Comments
 (0)