Skip to content

Commit 4ad1182

Browse files
committed
Switch to devops' runners
1 parent 69b1c58 commit 4ad1182

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: self-hosted
12+
runs-on: [self-hosted-ghr, size-xl-x64]
1313
strategy:
1414
matrix:
1515
py: [ "3.11", "pypy3.11" ]
@@ -31,7 +31,9 @@ jobs:
3131
python-version: ${{ matrix.py }}
3232

3333
- name: Install Tox and any other packages
34-
run: "pip install 'tox>=4.11,<5' requests"
34+
run: |
35+
DEBIAN_FRONTEND=noninteractive apt-get install --yes --force-yes build-essential pkg-config
36+
pip install 'tox>=4.11,<5' requests
3537
3638
- name: Download Geth and add to $PATH
3739
run: |

0 commit comments

Comments
 (0)