We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7538f5 commit 24549a0Copy full SHA for 24549a0
.github/workflows/test.yaml
@@ -1,26 +1,19 @@
1
name: Test
2
on:
3
push:
4
- paths:
5
- - element_deeplabcut/**
6
- - notebooks/**
7
- - tests/**
+ branches:
+ - main
8
pull_request:
9
workflow_dispatch:
10
- schedule:
11
- - cron: "0 8 * * 1"
12
jobs:
13
tests:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
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: ["8.0"]
24
steps:
25
- uses: actions/checkout@v3
26
- name: Set up Python ${{matrix.py_ver}}
0 commit comments