Skip to content

Commit 5ff7246

Browse files
authored
Merge pull request #689 from analogdevicesinc/tfcollins/fix-ci-emu
Remove scanning from emu tests
2 parents 668ef29 + 645a2e4 commit 5ff7246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Test without optional dependencies
5353
run: |
5454
pip uninstall -y paramiko
55-
pytest -vs --cov=adi --scan-verbose --emu --junitxml="results.xml" -k 'not prod'
55+
pytest -vs --cov=adi --emu --junitxml="results.xml" -k 'not prod' --skip-scan
5656
5757
- name: Report coverage
5858
if: (github.event_name != 'pull_request') && (matrix.python-version == 3.8)

0 commit comments

Comments
 (0)