Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aldbr committed Dec 18, 2024
1 parent 65e21c6 commit f751cf4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/gubbins-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,14 @@ jobs:
name: gubbins
path: /tmp/gubbins

- name: List gubbins
run: ls -la /tmp/gubbins/
- name: Show pyproject.toml
- name: Debug step
run: |
ls -la /tmp/gubbins/
cat /tmp/gubbins/pyproject.toml
cat /tmp/gubbins/gubbins-core/pyproject.toml
cd /tmp/gubbins
git status
git log
- name: Clone diracx source
run: |
Expand Down

0 comments on commit f751cf4

Please sign in to comment.