|
7 | 7 | branches: [ master, python-3.7-to-3.10 ] |
8 | 8 |
|
9 | 9 | jobs: |
10 | | - build-master: |
11 | | - if: github.ref == 'refs/heads/master' |
12 | | - runs-on: ubuntu-latest |
13 | | - steps: |
14 | | - - uses: actions/checkout@v4 |
15 | | - with: |
16 | | - ref: master |
17 | | - - name: Set up Python 3.10 |
18 | | - uses: actions/setup-python@v5 |
19 | | - with: |
20 | | - python-version: 3.10 |
21 | | - - name: Install dependencies |
22 | | - run: | |
23 | | - python -m pip install --upgrade pip |
24 | | - # Until the next xdis release |
25 | | - pip install --local -e git+https://github.com/rocky/[email protected]#egg=xdis |
26 | | - pip install -e . |
27 | | - pip install -r requirements-dev.txt |
28 | | - - name: Test decompyle3 |
29 | | - run: | |
30 | | - make check |
| 10 | + # build-master: |
| 11 | + # if: github.ref == 'refs/heads/master' |
| 12 | + # runs-on: ubuntu-latest |
| 13 | + # steps: |
| 14 | + # - uses: actions/checkout@v4 |
| 15 | + # with: |
| 16 | + # ref: master |
| 17 | + # - name: Set up Python 3.10 |
| 18 | + # uses: actions/setup-python@v5 |
| 19 | + # with: |
| 20 | + # python-version: 3.10 |
| 21 | + # - name: Install dependencies |
| 22 | + # run: | |
| 23 | + # python -m pip install --upgrade pip |
| 24 | + # # Until the next xdis release |
| 25 | + # pip install --local -e git+https://github.com/rocky/[email protected]#egg=xdis |
| 26 | + # pip install -e . |
| 27 | + # pip install -r requirements-dev.txt |
| 28 | + # - name: Test decompyle3 |
| 29 | + # run: | |
| 30 | + # make check |
31 | 31 |
|
32 | 32 | build-37-to-310: |
33 | 33 | if: github.ref == 'refs/heads/python-3.7-to-3.10' |
|
43 | 43 | - name: Install dependencies |
44 | 44 | run: | |
45 | 45 | python -m pip install --upgrade pip |
| 46 | + # Until the next xdis release |
| 47 | + pip install --local -e git+https://github.com/rocky/[email protected]#egg=xdis |
46 | 48 | pip install -e . |
47 | 49 | pip install -r requirements-dev.txt |
48 | 50 | - name: Test decompyle3 |
|
0 commit comments