Skip to content

Commit 83b6363

Browse files
committed
ci: update CI runners
1 parent c2b5335 commit 83b6363

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/deploy_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
docs:
12-
runs-on: instadeep-ci
12+
runs-on: ubuntu-latest
1313
container:
1414
image: python:3.11-slim-bullseye
1515

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
publish:
12-
runs-on: instadeep-ci
12+
runs-on: ubuntu-latest
1313
container:
1414
image: ubuntu:latest
1515

.github/workflows/tests_and_linters_and_docs_build.yaml

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

88
jobs:
99
linters:
10-
runs-on: instadeep-ci
10+
runs-on: ubuntu-latest
1111
container:
1212
image: python:3.11-slim-bullseye
1313

@@ -29,7 +29,7 @@ jobs:
2929
run: uv run --only-dev pre-commit run --all-files --verbose
3030

3131
tests:
32-
runs-on: instadeep-ci-4
32+
runs-on: ubuntu-latest
3333
container:
3434
image: python:3.11-slim-bullseye
3535

@@ -79,7 +79,7 @@ jobs:
7979

8080
docs-build:
8181
# Only build the docs and don't deploy them
82-
runs-on: instadeep-ci
82+
runs-on: ubuntu-latest
8383
container:
8484
image: python:3.11-slim-bullseye
8585

.github/workflows/tox_tests.yaml

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

77
jobs:
88
tox_py311:
9-
runs-on: instadeep-ci-4
9+
runs-on: ubuntu-latest
1010
container:
1111
image: python:3.11-slim-bullseye
1212

@@ -26,7 +26,7 @@ jobs:
2626
tox -e py311
2727
2828
tox_py312:
29-
runs-on: instadeep-ci-4
29+
runs-on: ubuntu-latest
3030
container:
3131
image: python:3.12-slim-bullseye
3232

@@ -46,7 +46,7 @@ jobs:
4646
tox -e py312
4747
4848
tox_py313:
49-
runs-on: instadeep-ci-4
49+
runs-on: ubuntu-latest
5050
container:
5151
image: python:3.13-slim-bullseye
5252

.github/workflows/validate_pr_title.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
validate-pr-title:
99
name: "PR Conventional Commit Validation"
10-
runs-on: instadeep-ci
10+
runs-on: ubuntu-latest
1111
container:
1212
image: ubuntu:latest
1313
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mlipaudit"
3-
version = "0.0.1a2"
3+
version = "0.0.1a3"
44
description = "Library and CLI tool for benchmarking ML Interatomic Potentials"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)