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 51c28cf commit 30d27fcCopy full SHA for 30d27fc
.github/workflows/pr_build.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: ./.github/workflows/tests.yml
13
14
build_test_wheels:
15
- name: Test build on Ubuntu
+ name: Test build on Self-Hosted Runner
16
runs-on: self-hosted
17
strategy:
18
fail-fast: false
.github/workflows/tests.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
pytest:
9
name: Run pytest
10
- runs-on: ubuntu-latest
+ runs-on: self-hosted
11
steps:
- uses: actions/checkout@v4
0 commit comments