We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933e07f commit c79dcfcCopy full SHA for c79dcfc
.github/workflows/python-pytest.yml
@@ -22,10 +22,10 @@ jobs:
22
os: [windows-latest, ubuntu-latest]
23
python-version: ["3.8", "3.9", "3.10"]
24
include:
25
- - os: ubuntu-20.04
26
- python-version: 3.7
27
- os: ubuntu-latest
28
python-version: 3.11
+# - os: ubuntu-20.04
+# python-version: 3.7
29
steps:
30
- uses: actions/checkout@v2
31
- name: Set up Python ${{ matrix.python-version }}
@@ -72,11 +72,11 @@ jobs:
72
# pytest --cov=hypergbm --durations=30
73
74
test_with_sk024_cb026:
75
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
76
strategy:
77
fail-fast: false
78
matrix:
79
- python-version: [3.7, 3.8]
+ python-version: [3.8,]
80
81
82
0 commit comments