Skip to content

Commit 78ecc74

Browse files
rhttpike3
authored andcommitted
Simplify build_lint.yml
1 parent 0f032b3 commit 78ecc74

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/build_lint.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,13 @@ concurrency:
2222

2323
jobs:
2424
build:
25-
runs-on: ${{ matrix.os }}-latest
26-
strategy:
27-
matrix:
28-
os: [ubuntu]
29-
python-version: ["3.12"]
25+
runs-on: ubuntu-latest
3026
steps:
3127
- uses: actions/checkout@v4
32-
- name: Set up Python ${{ matrix.python-version }}
28+
- name: Set up Python
3329
uses: actions/setup-python@v5
3430
with:
35-
python-version: ${{ matrix.python-version }}
31+
python-version: "3.12"
3632
- name: Install dependencies
3733
run: pip install mesa pytest
3834
- name: Test with pytest

0 commit comments

Comments
 (0)