Skip to content

Commit

Permalink
Debug GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
bputzeys committed May 21, 2024
1 parent 0aa0563 commit d1160d0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install .
#pip install -r requirements.txt

# First download before tests as they make use of the downloaded files
- name: Download all files
run: |
python ci/download_all.py
- name: Execute unittests
run: |
pytest ci/
# - name: Execute unittests
# run: |
# pytest ci/
- name: Execute scGPT
run: |
python examples/run_scgpt.py
Expand Down

0 comments on commit d1160d0

Please sign in to comment.