Skip to content

Commit d8636b9

Browse files
committed
Retire old native ubuntu python3-latest runner obsoleted by the new
containerized one.
1 parent 4055f1d commit d8636b9

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,7 @@ permissions:
2323
contents: read
2424

2525
jobs:
26-
# NOTE: this one has minor version fluctuations even between runners
27-
python3-latest-ubuntu:
28-
runs-on: ubuntu-latest
29-
steps:
30-
- name: Check out repository contents
31-
uses: actions/checkout@v4
32-
- name: Set up latest Python 3.x
33-
uses: actions/setup-python@v5
34-
with:
35-
python-version: "3.x"
36-
- name: Setup environment
37-
run: |
38-
make dependencies
39-
- name: Run tests
40-
run: |
41-
make unittest
42-
43-
# We rely on containers for everything else for consistency
26+
# NOTE: We rely on containers for everything to get version consistency
4427
python3-latest:
4528
runs-on: ubuntu-latest
4629
container:

0 commit comments

Comments
 (0)