Skip to content

Commit 596c534

Browse files
suluyanasuluyan
andauthored
udpate runner (#728)
Co-authored-by: suluyan <[email protected]>
1 parent ce96da0 commit 596c534

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/citest.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,10 @@ concurrency:
3030
jobs:
3131
unittest:
3232
# The type of runner that the job will run on
33-
runs-on: ubuntu-latest
33+
runs-on: self-hosted
3434
timeout-minutes: 60
3535
environment: testci
3636
steps:
37-
- uses: actions/checkout@v3
38-
39-
# - name: Cache Python dependencies
40-
# uses: actions/cache@v3
41-
# id: cache
42-
# with:
43-
# path: ~/.cache/pip
44-
# key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
45-
46-
- name: Set up Python 3.10.14
47-
uses: actions/setup-python@v3
48-
with:
49-
python-version: "3.10.14"
5037

5138
# Add a step to check if it's a fork and set an environment variable
5239
- name: Check if PR is from a fork

0 commit comments

Comments
 (0)