Skip to content

Commit 24549a0

Browse files
committed
fix: update element's test flow
1 parent d7538f5 commit 24549a0

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,19 @@
11
name: Test
22
on:
33
push:
4-
paths:
5-
- element_deeplabcut/**
6-
- notebooks/**
7-
- tests/**
4+
branches:
5+
- main
86
pull_request:
7+
branches:
8+
- main
99
workflow_dispatch:
10-
schedule:
11-
- cron: "0 8 * * 1"
1210
jobs:
1311
tests:
1412
runs-on: ubuntu-latest
1513
strategy:
1614
matrix:
1715
py_ver: ["3.9", "3.10"]
18-
mysql_ver: ["8.0", "5.7"]
19-
include:
20-
- py_ver: "3.8"
21-
mysql_ver: "5.7"
22-
- py_ver: "3.7"
23-
mysql_ver: "5.7"
16+
mysql_ver: ["8.0"]
2417
steps:
2518
- uses: actions/checkout@v3
2619
- name: Set up Python ${{matrix.py_ver}}

0 commit comments

Comments
 (0)