We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbfaa0 commit 826e598Copy full SHA for 826e598
.ci/docker/Dockerfile
@@ -20,6 +20,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
20
unzip \
21
git \
22
cron \
23
+ build-essential \
24
&& apt-get clean \
25
&& rm -rf /var/lib/apt/lists/*
26
.github/workflows/pre_merge.yaml
@@ -104,8 +104,6 @@ jobs:
104
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
105
with:
106
python-version: "3.12"
107
- - name: Install build tools
108
- run: apt-get update && sudo apt-get install -y build-essential
109
- name: Install tox
110
run: |
111
pip install '.[dev]'
0 commit comments