From 619f1b0ed16eddec81abb6f5e14aee3f8c2de34a Mon Sep 17 00:00:00 2001 From: Nathan Keim Date: Fri, 24 May 2024 17:51:22 -0400 Subject: [PATCH] BLD: No pip deps on top of conda --- .github/workflows/test-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-conda.yml b/.github/workflows/test-conda.yml index bcc4614f..35a0e4a5 100644 --- a/.github/workflows/test-conda.yml +++ b/.github/workflows/test-conda.yml @@ -31,7 +31,7 @@ jobs: run: | conda create --name test python=${{ matrix.python }} pytest numpy scipy matplotlib pandas pytables numba scikit-learn pyyaml looseversion pip conda activate test - pip install -v -e . + pip install -v --no-deps -e . python -V conda info conda list