disable benchmark on windows for pytest (#1100)

This commit is contained in:
Daniel Garvey
2023-02-28 18:10:29 -06:00
committed by GitHub
parent ef756389e3
commit b1113ab551
2 changed files with 5 additions and 5 deletions

View File

@@ -151,7 +151,7 @@ jobs:
if: matrix.suite == 'vulkan' && matrix.os == '7950x'
run: |
./setup_venv.ps1
pytest --benchmark -k vulkan -s
pytest -k vulkan -s
type bench_results.csv
- name: Validate Stable Diffusion Models (Windows)