Skip to content

Commit

Permalink
Just check graphicla examples on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Feb 9, 2024
1 parent 6d4ef10 commit 2ffab27
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,17 @@ jobs:
- name: Test some examples
run: |
cd scripts
python gene_expression.py
python cell_lineage_asymmetry.py
python peptideGPCR_binding.py
- name: Test more examples
if: ${{ matrix.runs-on == 'ubuntu-latest' }} # Note: these example all generate plots - these tests stalled on Mac/Win on GHA
run: |
cd scripts
python cell_lineage_asymmetry.py
python signalpropagation_kernels.py
python plot_signal_propagation.py
Expand All @@ -47,7 +55,6 @@ jobs:
more tests/*
- name: Final version info
run: |
pip list

0 comments on commit 2ffab27

Please sign in to comment.