Skip to content

Commit

Permalink
Merge pull request #11 from MilagrosMarin/main
Browse files Browse the repository at this point in the history
fix: update element's test flow
  • Loading branch information
yambottle authored Feb 14, 2025
2 parents 90dd1c3 + 004290d commit c44fd2c
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,19 @@
name: Test
on:
push:
paths:
- element_moseq/**
- notebooks/**
- tests/**
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
schedule:
- cron: "0 8 * * 1"
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
py_ver: ["3.9", "3.10"]
mysql_ver: ["8.0", "5.7"]
include:
- py_ver: "3.8"
mysql_ver: "5.7"
- py_ver: "3.7"
mysql_ver: "5.7"
mysql_ver: ["8.0"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{matrix.py_ver}}
Expand Down

0 comments on commit c44fd2c

Please sign in to comment.