Skip to content

Commit

Permalink
added debugging ls commands
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 authored Sep 1, 2022
1 parent 8c48d9d commit 36abb57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
- name: 📦 Install dependencies
run: pip install -r requirements.txt

- name: View package
run: ls /opt/hostedtoolcache/Python/3.10.6/x64/lib/python3.10/site-packages/ephys_link/

- name: View resources
run: ls /opt/hostedtoolcache/Python/3.10.6/x64/lib/python3.10/site-packages/ephys_link/resources

- name: 🔨 Build
run: make html

Expand Down

0 comments on commit 36abb57

Please sign in to comment.