We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e28bf commit 031b418Copy full SHA for 031b418
.github/workflows/run-tests-push.yml
@@ -62,7 +62,7 @@ jobs:
62
with:
63
python-version: "3.x"
64
cache: 'pip'
65
- - run: sudo apt install xvfb
+ - run: sudo apt install xvfb libopenblas0 libopenblas-dev
66
- run: python3 -m venv /tmp/venv
67
- run: /tmp/venv/bin/python -m pip install --upgrade pip
68
- run: /tmp/venv/bin/python -m pip install -e .[dev]
0 commit comments