Skip to content

Commit 32246be

Browse files
authored
Comment out apt-get installation commands in build workflow
Comment out package installation commands in build.yml
1 parent 7b6aa63 commit 32246be

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- run:
13-
sudo apt-get update && sudo apt-get install -y libtiff5-dev libjpeg8-dev libopenjp2-7-dev
14-
zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk
15-
libharfbuzz-dev libfribidi-dev libxcb1-dev
16-
libxml2-dev libxslt-dev
17-
libhdf5-dev
18-
libopenblas-dev
12+
#- run:
13+
# sudo apt-get update && sudo apt-get install -y libtiff5-dev libjpeg8-dev libopenjp2-7-dev
14+
# zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk
15+
# libharfbuzz-dev libfribidi-dev libxcb1-dev
16+
# libxml2-dev libxslt-dev
17+
# libhdf5-dev
18+
# libopenblas-dev
1919
- uses: actions/checkout@v5
2020
- uses: astral-sh/setup-uv@v7
2121
with:

0 commit comments

Comments
 (0)