From 5214786cdf230e0d6cafaadea6ffaf42f77b30cc Mon Sep 17 00:00:00 2001 From: Siu Kwan Lam <1929845+sklam@users.noreply.github.com> Date: Tue, 25 Jun 2024 14:33:58 -0500 Subject: [PATCH] Less verbose --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e427198..2326a56 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: - name: Install dependencies shell: bash -l {0} run: | - conda install python=3.12 pytest coverage numpy numba conda-build clangxx=14 numba/label/dev::llvmlite + conda install python=3.12 pytest coverage numpy numba conda-build clangxx=14 numba/label/dev::llvmlite setuptools_scm - name : Display packages and system info shell: bash -l {0} run: | @@ -36,7 +36,7 @@ jobs: - name: Install numba-pixie with pip shell: bash -l {0} run: | - python -m pip install -vv -e . + python -m pip install -e . --no-deps - name: Run pytest and print coverage Report shell: bash -l {0} run: |