Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmartinjr committed Dec 16, 2023
1 parent 4139b30 commit e5c3aa0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/py-full-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
all_unit_tests:
runs-on: single-cell-1tb-runner
steps:
- name: Install OS dependencies
run: |
sudo apt update
sudo apt install -y build-essential git-all
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand All @@ -17,11 +22,6 @@ jobs:
with:
python-version: 3.11

- name: Install OS dependencies
run: |
sudo apt update
sudo apt install -y build-essential git-all
- name: debugging
run: |
pwd
Expand Down

0 comments on commit e5c3aa0

Please sign in to comment.