Skip to content

Commit

Permalink
Merge pull request #249 from lilab-bcb/sergio
Browse files Browse the repository at this point in the history
Update test_hashing_citeseq.py
  • Loading branch information
yihming committed Jun 22, 2022
2 parents 1fba0e6 + 3b7115c commit 3bf91da
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
run: |
sudo apt install -y git
eval `ssh-agent -s`
ssh-add - <<< '${{ secrets.PRIVATE_SSH_KEY }}'
git clone https://github.com/lilab-bcb/pegasus-test-data.git ./tests/data
ssh-add - <<< '${{ secrets.PEGASUS_ACTIONS }}'
git clone git@github.com:lilab-bcb/pegasus-test-data.git ./tests/data
- name: Pipeline test
run: |
bash tests/run_pipeline.sh
Expand Down
4 changes: 4 additions & 0 deletions tests/test_hashing_citeseq.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Unittest module for hashing_citeseq
"""

import os
import glob
import unittest
Expand Down
3 changes: 3 additions & 0 deletions tests/test_inmf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
Unittest module for inmf
"""
import unittest

import numpy as np
Expand Down

0 comments on commit 3bf91da

Please sign in to comment.