Skip to content

Commit 826e598

Browse files
authored
Fix pre_merge action (#4609)
1 parent 3dbfaa0 commit 826e598

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.ci/docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
2020
unzip \
2121
git \
2222
cron \
23+
build-essential \
2324
&& apt-get clean \
2425
&& rm -rf /var/lib/apt/lists/*
2526

.github/workflows/pre_merge.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ jobs:
104104
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
105105
with:
106106
python-version: "3.12"
107-
- name: Install build tools
108-
run: apt-get update && sudo apt-get install -y build-essential
109107
- name: Install tox
110108
run: |
111109
pip install '.[dev]'

0 commit comments

Comments
 (0)