diff --git a/.github/workflows/ci-tests-pypi.yml b/.github/workflows/ci-tests-pypi.yml index 6ef5bcd9..91d15636 100644 --- a/.github/workflows/ci-tests-pypi.yml +++ b/.github/workflows/ci-tests-pypi.yml @@ -56,7 +56,7 @@ jobs: - name: "pip install" run: | - pip install -e .[test,exam,cmap] + pip install --no-cache-dir -e .[test,exam,cmap] - name: "pip freeze" run: | diff --git a/changelog/1160.contributor.rst b/changelog/1160.contributor.rst index 306c134d..59cab240 100644 --- a/changelog/1160.contributor.rst +++ b/changelog/1160.contributor.rst @@ -1,2 +1,2 @@ Updated ``dependabot`` to orchestrate updates for the ``pip`` -package-ecosystem. (:user:`bjlitte`) +package-ecosystem. (:user:`bjlittle`)