Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit d7fdff3

Browse files
committed
add self hosted runners
1 parent d0f4cd4 commit d7fdff3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/run_test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ on: [push, pull_request]
44

55
jobs:
66
lint-python:
7-
runs-on: ubuntu-latest
7+
runs-on: ['self-hosted', 'Linux', 'X64']
88
steps:
99
- name: Checkout
1010
uses: actions/[email protected]
11-
- name: Setup Python
12-
uses: actions/setup-python@v2
13-
with:
14-
python-version: 2.7
1511
- name: Install Pytest and mock
1612
run: |
1713
python2 -m pip install pytest mock

0 commit comments

Comments
 (0)