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 32aa982 commit c9abf90Copy full SHA for c9abf90
.github/workflows/tox_verify.yaml
@@ -182,7 +182,7 @@ jobs:
182
python-version: ${{ matrix.python }}
183
- name: Install linux dependencies
184
if: matrix.python == 'pypy3.11' && contains(matrix.os, 'self-hosted-ghr')
185
- run: sudo apt-get install -y pkg-config libsecp256k1-dev
+ run: sudo apt-get install -y pkg-config libsecp256k1-dev libjpeg-dev libxml2-dev libxslt1-dev
186
- name: Update eels_resolutions.json
187
run: |
188
sed -i -e "s|\$GITHUB_WORKSPACE|${GITHUB_WORKSPACE}|g" .github/configs/eels_resolutions.json
0 commit comments