Skip to content

Commit 1ba6631

Browse files
committed
CI updates
1 parent a4e9483 commit 1ba6631

File tree

2 files changed

+3
-89
lines changed

2 files changed

+3
-89
lines changed

.github/workflows/build-ubuntu-ctest.yml

Lines changed: 0 additions & 87 deletions
This file was deleted.

.github/workflows/run-ubuntu-checks.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Also generates coverage information from unit tests. Note that for intrinsics,
33
# it only runs what gets compiled and would naturally run. It also is limited to
44
# what can run in a CI environment.
5+
56
# Update this workflow when our min/max python minor versions update
67
# This workflow is necessary to ensure that we can build and run with
78
# a debug python build without too much worrying about SIGABRT being thrown
@@ -28,6 +29,7 @@ on:
2829
# re-include current file to not be excluded
2930
- '!.github/workflows/run-ubuntu-checks.yml'
3031

32+
3133
pull_request:
3234
branches: main
3335
paths-ignore:
@@ -53,7 +55,7 @@ jobs:
5355
os: [ ubuntu-24.04 ]
5456
# check our min python (minor) version and our max python (minor) version
5557
python: [
56-
# 3.9.21,
58+
3.9.21,
5759
3.13.1
5860
]
5961

@@ -97,7 +99,6 @@ jobs:
9799
if: steps.cache-python.outputs.cache-hit != 'true'
98100
run: pyenv install ${{ matrix.python }} --debug -v
99101

100-
# python dev.py build --coverage --lax --ctest
101102
- name: Build pygame-ce
102103
id: build-pygame-ce
103104
run: |

0 commit comments

Comments
 (0)