Skip to content

Commit

Permalink
Use JamesParrots organization of runs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcepl committed Dec 18, 2024
1 parent 0d73a9f commit b4949fc
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@ jobs:
xvfb-run
xz-devel
zlib-devel
- run: ./configure --with-pydebug
- run: make -j
- run: ./python -m test -j3
# - run: ./configure --with-pydebug
# - run: make -j
# - run: ./python -m test -j

# # - run: git clone --depth=1 --branch=3.12 http://www.github.com/python/cpython
- name: Build
working-directory: cpython
run: |
./configure --with-pydebug
make -j
- name: Test
working-directory: cpython
run: ./python -m test -j3

0 comments on commit b4949fc

Please sign in to comment.