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 ce96da0 commit 596c534Copy full SHA for 596c534
.github/workflows/citest.yaml
@@ -30,23 +30,10 @@ concurrency:
30
jobs:
31
unittest:
32
# The type of runner that the job will run on
33
- runs-on: ubuntu-latest
+ runs-on: self-hosted
34
timeout-minutes: 60
35
environment: testci
36
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"
50
51
# Add a step to check if it's a fork and set an environment variable
52
- name: Check if PR is from a fork
0 commit comments