Skip to content

Commit a3d9094

Browse files
committed
replace github linux runner by p16-mapie runner in workflows
1 parent 892392a commit a3d9094

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
get-latest-python:
11-
runs-on: ubuntu-latest
11+
runs-on: [self-hosted, self-hosted-ubuntu]
1212
outputs:
1313
latest-python: ${{ steps.latest.outputs.version }}
1414
steps:
@@ -24,14 +24,14 @@ jobs:
2424
matrix:
2525
include:
2626
# minimum supported dependencies
27-
- os: ubuntu-latest
27+
- os: [self-hosted, self-hosted-ubuntu]
2828
python-version: "3.9"
2929
use-pinned-deps: true
3030
numpy-version: "==1.24.1"
3131
sklearn-version: "==1.4.*"
3232
scipy-version: "==1.10.*"
3333
# latest stable dependencies
34-
- os: ubuntu-latest
34+
- os: [self-hosted, self-hosted-ubuntu]
3535
python-version: "${{ needs.get-latest-python.outputs.latest-python }}"
3636
use-pinned-deps: false
3737
- os: windows-latest

0 commit comments

Comments
 (0)