Skip to content

Commit 2a825a1

Browse files
feat: bump setup-python action, run on u24
1 parent 5bea9c8 commit 2a825a1

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ name: molecule test
33
on:
44
pull_request:
55
branches:
6-
- main
6+
- main
77
types: [opened, synchronize, reopened]
88
paths:
9-
- 'defaults/**'
10-
- 'handlers/**'
11-
- 'molecule/**'
12-
- 'tasks/**'
13-
- 'templates/**'
14-
- 'vars/**'
9+
- "defaults/**"
10+
- "handlers/**"
11+
- "molecule/**"
12+
- "tasks/**"
13+
- "templates/**"
14+
- "vars/**"
1515
schedule:
16-
- cron: '0 1 1 * *'
16+
- cron: "0 1 1 * *"
1717
workflow_dispatch:
1818

1919
jobs:
@@ -34,12 +34,12 @@ jobs:
3434
- name: checkout
3535
uses: actions/checkout@v4
3636
with:
37-
path: 'lablabs.rke2'
37+
path: "lablabs.rke2"
3838

3939
- name: Set up Python 3
40-
uses: actions/setup-python@v5
40+
uses: actions/setup-python@v6
4141
with:
42-
python-version: '3.x'
42+
python-version: "3.x"
4343

4444
- name: Install test dependencies
4545
run: pip3 install ansible docker molecule molecule-plugins[docker] netaddr "requests<2.29.2"
@@ -48,8 +48,8 @@ jobs:
4848
run: molecule test
4949
working-directory: ./lablabs.rke2
5050
env:
51-
PY_COLORS: '1'
52-
ANSIBLE_FORCE_COLOR: '1'
51+
PY_COLORS: "1"
52+
ANSIBLE_FORCE_COLOR: "1"
5353
MOLECULE_IMAGE: ${{ matrix.config.image }}
5454
MOLECULE_DOCKER_CGROUPS_MODE: ${{ matrix.config.cgroup_mode }}
5555
MOLECULE_DOCKER_VOLUMES: ${{ matrix.config.volumes }}
@@ -69,12 +69,12 @@ jobs:
6969
- name: checkout
7070
uses: actions/checkout@v4
7171
with:
72-
path: 'lablabs.rke2'
72+
path: "lablabs.rke2"
7373

7474
- name: Set up Python 3
7575
uses: actions/setup-python@v5
7676
with:
77-
python-version: '3.x'
77+
python-version: "3.x"
7878

7979
- name: Install test dependencies
8080
run: pip3 install ansible docker molecule molecule-plugins[docker] netaddr "requests<2.29.2"
@@ -83,8 +83,8 @@ jobs:
8383
run: molecule test --scenario-name cluster
8484
working-directory: ./lablabs.rke2
8585
env:
86-
PY_COLORS: '1'
87-
ANSIBLE_FORCE_COLOR: '1'
86+
PY_COLORS: "1"
87+
ANSIBLE_FORCE_COLOR: "1"
8888
MOLECULE_IMAGE: ${{ matrix.config.image }}
8989
MOLECULE_TAG: ${{ matrix.config.tag }}
9090
MOLECULE_DOCKER_CGROUPS_MODE: ${{ matrix.config.cgroup_mode }}

0 commit comments

Comments
 (0)