Skip to content

Commit

Permalink
Merge branch 'add-events' of github.com:pymc-labs/pymc-marketing into…
Browse files Browse the repository at this point in the history
… add-events
  • Loading branch information
wd60622 committed Feb 7, 2025
2 parents 9365e8c + 8c6b12a commit cddb3bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ env:


jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]

test:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit cddb3bc

Please sign in to comment.