Skip to content

Commit

Permalink
separate pufferlib install due to older numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEimer committed Oct 2, 2024
1 parent 9422226 commit 148480c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
env:
package-name: "mighty"
test-dir: test
extra-requires: "[dev,carl,pufferlib,dacbench]" # "" for no extra_requires
extra-requires: "[dev,carl,dacbench]" # "" for no extra_requires

# Arguments used for pytest
pytest-args: >-
Expand Down Expand Up @@ -49,6 +49,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install wheel
python -m pip install pufferlib==1.0.0
python -m pip install -e ".${{ env.extra-requires }}"
- name: Store git status
Expand Down

0 comments on commit 148480c

Please sign in to comment.