Skip to content

Commit

Permalink
Trying to fix scipy/scipy#16308 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jussiviinikka committed Oct 2, 2023
1 parent e750263 commit 6e9fed6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-deploy.yml
Expand Up @@ -29,7 +29,8 @@ env:
CIBW_TEST_REQUIRES: pytest pytest-xdist
CIBW_TEST_EXTRAS: "test"
CIBW_TEST_COMMAND: pytest -n 3 {project}/sumu/tests

# Trying to deal with https://github.com/scipy/scipy/issues/16308
CIBW_BEFORE_ALL_LINUX: apt update -y & apt -y install libopenblas-dev

jobs:

Expand Down

0 comments on commit 6e9fed6

Please sign in to comment.