diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index e8d782b0b..cced8e16b 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -119,14 +119,6 @@ jobs: pip install .[docs,tests] ${{ matrix.upstream.extra-deps }} - - - name: Install specific dask versions as workaround - if: ${{ matrix.upstream.dask-dataframe }} - run: | - # TEMPORARY Work around dask v2024.11.0; - # see https://github.com/khaeru/genno/issues/149 - pip install "dask[dataframe] < 2024.11.0" - - name: Configure local data path run: | mkdir -p message-local-data/cache