Skip to content

Commit b4949fc

Browse files
committed
Use JamesParrots organization of runs
1 parent 0d73a9f commit b4949fc

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@ jobs:
4242
xvfb-run
4343
xz-devel
4444
zlib-devel
45-
- run: ./configure --with-pydebug
46-
- run: make -j
47-
- run: ./python -m test -j3
45+
# - run: ./configure --with-pydebug
46+
# - run: make -j
47+
# - run: ./python -m test -j
48+
49+
# # - run: git clone --depth=1 --branch=3.12 http://www.github.com/python/cpython
50+
- name: Build
51+
working-directory: cpython
52+
run: |
53+
./configure --with-pydebug
54+
make -j
55+
- name: Test
56+
working-directory: cpython
57+
run: ./python -m test -j3

0 commit comments

Comments
 (0)