Skip to content

Commit

Permalink
Incorporate review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Nov 11, 2024
1 parent 93aac8d commit b0f04fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
# TEMPORARY Work around dask v2024.11.0;
# see https://github.com/khaeru/genno/issues/149
pip install "dask != 2024.11.0"
pip install "dask < 2024.11.0"
- name: Run test suite using pytest
env:
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
# TEMPORARY Work around dask v2024.11.0;
# see https://github.com/khaeru/genno/issues/149
pip install "dask != 2024.11.0"
pip install "dask < 2024.11.0"
- name: Install R dependencies and tutorial requirements
run: |
Expand Down

0 comments on commit b0f04fd

Please sign in to comment.