Skip to content

Commit

Permalink
🎨 split bayes and t-test run in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry committed May 31, 2024
1 parent 087dcb7 commit 2b5b098
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: release on pypi
name: CI
on:
push:
# branches:
Expand Down Expand Up @@ -41,11 +41,15 @@ jobs:
run: |
cd tutorial
move-dl data=random_small task=random_small__latent
- name: Identify associations
- name: Identify associations - t-test
run: |
cd tutorial
move-dl data=random_small task=random_small__id_assoc_ttest
- name: Identify associations - bayes factors
run: |
cd tutorial
move-dl data=random_small task=random_small__id_assoc_bayes
publish:
name: Publish package
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2b5b098

Please sign in to comment.