Skip to content

Commit e87f66d

Browse files
committed
add system dependencies
1 parent e9e3d07 commit e87f66d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/cibuildwheel-impl/action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ inputs:
88
runs:
99
using: "composite"
1010
steps:
11+
- name: Install system dependencies
12+
run: |
13+
sudo apt-get update
14+
sudo apt-get install -y \
15+
binutils cmake dpkg-dev g++ gcc libssl-dev git libx11-dev \
16+
libxext-dev libxft-dev libxpm-dev python3 libtbb-dev libvdt-dev libgif-dev
17+
1118
- name: Build wheel
1219
uses: pypa/[email protected]
1320
env:

test_tutorials/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dask>=2022.08.1 # Dask backend
3131
distributed>=2022.08.1 # Dask backend
3232

3333
# JsMVA: Jupyter notebook magic for TMVA
34-
ipywidgets
34+
# ipywidgets
3535

3636
# Unified Histogram Interface (UHI)
3737
uhi

0 commit comments

Comments
 (0)