|
11 | 11 |
|
12 | 12 | jobs: |
13 | 13 | lint: |
14 | | - runs-on: ubuntu-latest |
| 14 | + runs-on: ubuntu-20.04 |
15 | 15 | steps: |
16 | 16 | - uses: actions/checkout@v4 |
17 | 17 | - name: Set up Python 3.9 |
|
22 | 22 | run: | |
23 | 23 | python -m pip install --upgrade pip |
24 | 24 | python -m pip install invoke .[dev] |
25 | | - python -m pip uninstall xgboost --yes |
26 | 25 | - name: Run lint checks |
27 | 26 | run: invoke lint |
28 | 27 |
|
@@ -63,21 +62,21 @@ jobs: |
63 | 62 | run: invoke unit |
64 | 63 |
|
65 | 64 |
|
66 | | - minimum: |
67 | | - runs-on: ${{ matrix.os }} |
68 | | - strategy: |
69 | | - matrix: |
70 | | - python-version: ['3.9'] |
71 | | - os: [ubuntu-latest, macos-latest, windows-latest] |
72 | | - steps: |
73 | | - - uses: actions/checkout@v4 |
74 | | - - name: Set up Python ${{ matrix.python-version }} |
75 | | - uses: actions/setup-python@v5 |
76 | | - with: |
77 | | - python-version: ${{ matrix.python-version }} |
78 | | - - name: Install package and dependencies |
79 | | - run: | |
80 | | - python -m pip install --upgrade pip |
81 | | - python -m pip install invoke .[test] |
82 | | - - name: Run unit tests on minimum |
83 | | - run: invoke minimum |
| 65 | + # minimum: |
| 66 | + # runs-on: ${{ matrix.os }} |
| 67 | + # strategy: |
| 68 | + # matrix: |
| 69 | + # python-version: ['3.9'] |
| 70 | + # os: [ubuntu-latest, macos-latest, windows-latest] |
| 71 | + # steps: |
| 72 | + # - uses: actions/checkout@v4 |
| 73 | + # - name: Set up Python ${{ matrix.python-version }} |
| 74 | + # uses: actions/setup-python@v5 |
| 75 | + # with: |
| 76 | + # python-version: ${{ matrix.python-version }} |
| 77 | + # - name: Install package and dependencies |
| 78 | + # run: | |
| 79 | + # python -m pip install --upgrade pip |
| 80 | + # python -m pip install invoke .[test] |
| 81 | + # - name: Run unit tests on minimum |
| 82 | + # run: invoke minimum |
0 commit comments