Skip to content

Commit

Permalink
edit ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaynagi committed Sep 30, 2024
1 parent 0629145 commit c3925e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/github-action-anoexpress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
run: poetry install

- run: poetry run python -m ipykernel install --user --name anoexpress
- run: papermill workflow/notebooks/plot-gene-expression.ipynb ci.ipynb -k anoexpress
- run: papermill workflow/notebooks/plot-families-expression.ipynb ci2.ipynb -k anoexpress
- run: papermill workflow/notebooks/expression-candidates.ipynb ci3.ipynb -k anoexpress
- run: papermill workflow/notebooks/enrichment.ipynb ci4.ipynb -k anoexpress
- run: papermill workflow/notebooks/utility-functions.ipynb ci5.ipynb -k anoexpress
- run: poetry run papermill workflow/notebooks/plot-gene-expression.ipynb ci.ipynb -k anoexpress
- run: poetry run papermill workflow/notebooks/plot-families-expression.ipynb ci2.ipynb -k anoexpress
- run: poetry run papermill workflow/notebooks/expression-candidates.ipynb ci3.ipynb -k anoexpress
- run: poetry run papermill workflow/notebooks/enrichment.ipynb ci4.ipynb -k anoexpress
- run: poetry run papermill workflow/notebooks/utility-functions.ipynb ci5.ipynb -k anoexpress

0 comments on commit c3925e1

Please sign in to comment.