diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 4cb2683..bb47b15 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -32,7 +32,7 @@ jobs: run: | micromamba create --name TEST python=3 pip --file requirements-dev.txt --channel conda-forge micromamba activate TEST - python -m pip install -e . --no-deps --force-reinstall + python -m pip install -e . --force-reinstall - name: Build documentation run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1494dd9..d1867ed 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: run: | micromamba create --name TEST python=${{ matrix.python-version }} pip --file requirements-dev.txt --channel conda-forge micromamba activate TEST - pip install -e . --no-deps --force-reinstall + pip install -e . --force-reinstall - name: test run: |