We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d73a9f commit b4949fcCopy full SHA for b4949fc
.github/workflows/build.yml
@@ -42,6 +42,16 @@ jobs:
42
xvfb-run
43
xz-devel
44
zlib-devel
45
- - run: ./configure --with-pydebug
46
- - run: make -j
47
- - run: ./python -m test -j3
+ # - run: ./configure --with-pydebug
+ # - run: make -j
+ # - 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
57
+ run: ./python -m test -j3
0 commit comments