From 1cd97b1faa49d99ae58d524c9643bd9bde57e55b Mon Sep 17 00:00:00 2001 From: AlainKadar Date: Tue, 18 Jun 2024 15:04:33 -0400 Subject: [PATCH] Change to pip install --- .github/workflows/conda-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda-builds.yml b/.github/workflows/conda-builds.yml index 966feaa..425b104 100644 --- a/.github/workflows/conda-builds.yml +++ b/.github/workflows/conda-builds.yml @@ -30,7 +30,7 @@ jobs: - name: Install package shell: bash -l {0} # conda stetup requires this special shell run: | - python setup.py install + pip install --no-deps - name: Run tests shell: bash -l {0} # conda setup requires this special shell run: |