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 88f6695 commit 65e21c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gubbins-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,9 @@ jobs:
- name: List gubbins
run: ls -la /tmp/gubbins/
- name: Show pyproject.toml
run: cat /tmp/gubbins/pyproject.toml
run: |
cat /tmp/gubbins/pyproject.toml
cat /tmp/gubbins/gubbins-core/pyproject.toml
- name: Clone diracx source
run: |
Expand Down

0 comments on commit 65e21c6

Please sign in to comment.