Skip to content

Commit

Permalink
separate dacbench installation due to scipy conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEimer committed Oct 2, 2024
1 parent 148480c commit cd05a57
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,dacbench]" # "" for no extra_requires
extra-requires: "[dev,carl]" # "" for no extra_requires

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

0 comments on commit cd05a57

Please sign in to comment.