diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b7d2b3c0800..4e96ed90a26 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -72,7 +72,7 @@ jobs: - name: Install pip dependencies if: steps.cache.outputs.cache-hit != 'true' run: | - pip install .[docs,tests] planetary_computer pystac pytest-rerunfailure + pip install .[docs,tests] planetary_computer pystac pytest-rerunfailures pip list - name: Run notebook checks run: pytest --nbmake --durations=10 --reruns=10 docs/tutorials