From 9cc4c0e50f743368dd92716f57672253895ac518 Mon Sep 17 00:00:00 2001 From: Althea Denlinger Date: Tue, 17 Sep 2024 14:10:03 -0700 Subject: [PATCH] Add flags to `pip install` command --- .github/workflows/build_workflow.yml | 2 +- README.md | 2 +- ci/recipe/meta.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_workflow.yml b/.github/workflows/build_workflow.yml index 62d4e7b..3f06bce 100644 --- a/.github/workflows/build_workflow.yml +++ b/.github/workflows/build_workflow.yml @@ -92,7 +92,7 @@ jobs: conda create -n pyremap_dev --file dev-spec.txt \ python=${{ matrix.python-version }} conda activate pyremap_dev - python -m pip install . + python -m pip install -vv --no-deps --no-build-isolation . - if: ${{ steps.skip_check.outputs.should_skip != 'true' }} name: Run Tests diff --git a/README.md b/README.md index 27028ec..ef98bc5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ conda config --add channels conda-forge conda config --set channel_priority strict conda create -y -n pyremap --file dev-spec.txt conda activate pyremap -python -m pip install -e . +python -m pip install --no-deps --no-build-isolation -e . ``` ## Examples diff --git a/ci/recipe/meta.yaml b/ci/recipe/meta.yaml index 93eb40f..71c3626 100644 --- a/ci/recipe/meta.yaml +++ b/ci/recipe/meta.yaml @@ -10,7 +10,7 @@ source: build: number: 0 - script: {{ PYTHON }} -m pip install . -vv + script: {{ PYTHON }} -m pip install -vv --no-deps --no-build-isolation . noarch: python requirements: