Skip to content

Commit

Permalink
adding info to julia test for debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
djacu committed Jan 7, 2023
1 parent e7717fb commit bed0772
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ jobs:
- name: Test notebook for ${{ matrix.kernel }} kernel
run: |
ls -FhoA ~/.julia
ls -FhoA ~/.julia/packages
ls -FhoA ~/.julia/packages/IJulia
ls -FhoA ~/.julia/packages/IJulia/AQu2H
ls -FhoA ~/.julia/packages/IJulia/AQu2H/src
result/bin/python kernels/$( echo "${{ matrix.kernel }}" | sed -e "s|-|/|g" )/test.py
build-all-kernels:
Expand Down

0 comments on commit bed0772

Please sign in to comment.