Skip to content

Commit 031b418

Browse files
committed
...?
1 parent 02e28bf commit 031b418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
python-version: "3.x"
6464
cache: 'pip'
65-
- run: sudo apt install xvfb
65+
- run: sudo apt install xvfb libopenblas0 libopenblas-dev
6666
- run: python3 -m venv /tmp/venv
6767
- run: /tmp/venv/bin/python -m pip install --upgrade pip
6868
- run: /tmp/venv/bin/python -m pip install -e .[dev]

0 commit comments

Comments
 (0)