Skip to content

Commit ab3dc5f

Browse files
authored
Delete comments, and unnecesary workflow_dispatch
1 parent 09fdd03 commit ab3dc5f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# This is a basic workflow to help you get started with Actions
2-
31
name: CI
42

53
# Controls when the workflow will run
@@ -9,11 +7,10 @@ on:
97
branches: [ master ]
108
pull_request:
119
branches: [ master ]
12-
13-
# Allows you to run this workflow manually from the Actions tab
14-
workflow_dispatch:
15-
10+
1611
jobs:
12+
13+
# Checks compatibility with an old version of sklearn (0.20.3)
1714
compatibility:
1815
runs-on: ${{ matrix.os }}
1916
strategy:
@@ -37,6 +34,8 @@ jobs:
3734
pip install git+https://github.com/skggm/skggm.git@${SKGGM_VERSION}
3835
pytest test --cov
3936
bash <(curl -s https://codecov.io/bash)
37+
38+
# Run normal testing with the latests versions of all dependencies
4039
build:
4140
runs-on: ${{ matrix.os }}
4241
strategy:

0 commit comments

Comments
 (0)