From 227ea036a4023b9f5c7d5f8b0c69de657056485f Mon Sep 17 00:00:00 2001 From: maximilianschaller <79449026+maxschaller@users.noreply.github.com> Date: Tue, 7 May 2024 21:27:31 -0700 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 43f7169..97f2822 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -62,7 +62,7 @@ jobs: - name: Test with pytest (macOS) if: runner.os == 'macOS' run: | - sudo conda install pytest + pip install pytest cd tests $CONDA/bin/pytest