From 1c9494b45b31437f133cb02b9ee2916a419acf64 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Mon, 15 May 2023 09:53:21 +0200 Subject: [PATCH] Update conda-forge-tests.yml --- .github/workflows/conda-forge-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda-forge-tests.yml b/.github/workflows/conda-forge-tests.yml index 223c69fd..3dff8597 100644 --- a/.github/workflows/conda-forge-tests.yml +++ b/.github/workflows/conda-forge-tests.yml @@ -48,7 +48,7 @@ jobs: run: | # Add additional dependencies not available on Windows micromamba install jax pytorch - pytest --count=15 + pytest - name: Test with pytest [Windows] shell: bash -l {0}