Skip to content

Commit

Permalink
Debug why pipeline fails for scGPT
Browse files Browse the repository at this point in the history
  • Loading branch information
bputzeys committed Jun 28, 2024
1 parent 830fe17 commit 0d17dca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ jobs:
# pytest-coverage-path: ./pytest-coverage.txt
# junitxml-path: ./pytest.xml

- name: Execute scGPT
run: |
python examples/run_models/run_scgpt.py
- name: Execute Geneformer
run: |
python examples/run_models/run_geneformer.py
- name: Execute scGPT
run: |
python examples/run_models/run_scgpt.py
- name: Execute UCE
run: |
python examples/run_models/run_uce.py
Expand Down

0 comments on commit 0d17dca

Please sign in to comment.