Skip to content

Commit c79dcfc

Browse files
committed
Update ci settings
1 parent 933e07f commit c79dcfc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-pytest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
os: [windows-latest, ubuntu-latest]
2323
python-version: ["3.8", "3.9", "3.10"]
2424
include:
25-
- os: ubuntu-20.04
26-
python-version: 3.7
2725
- os: ubuntu-latest
2826
python-version: 3.11
27+
# - os: ubuntu-20.04
28+
# python-version: 3.7
2929
steps:
3030
- uses: actions/checkout@v2
3131
- name: Set up Python ${{ matrix.python-version }}
@@ -72,11 +72,11 @@ jobs:
7272
# pytest --cov=hypergbm --durations=30
7373

7474
test_with_sk024_cb026:
75-
runs-on: ubuntu-20.04
75+
runs-on: ubuntu-22.04
7676
strategy:
7777
fail-fast: false
7878
matrix:
79-
python-version: [3.7, 3.8]
79+
python-version: [3.8,]
8080

8181
steps:
8282
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)