Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Jun 17, 2024
1 parent c6285cf commit eec1945
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ jobs:
pip install .[docs,tests] ${{ matrix.upstream.extra-deps }}
# TEMPORARY Work around unionai-oss/pandera#1685;
# see https://github.com/khaeru/genno/issues/140
pip install "numpy < 2"
- name: Configure local data path
run: |
mkdir -p message-local-data/cache
Expand Down

0 comments on commit eec1945

Please sign in to comment.