Skip to content

Commit 41b8568

Browse files
show env details
1 parent 48c5b39 commit 41b8568

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/famedly-tests.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,15 @@ jobs:
416416
working-directory: synapse-invite-checker
417417
run: hatch run cov
418418

419+
- name: Display Hatch Environment Info
420+
if: always()
421+
working-directory: synapse-invite-checker
422+
run: |
423+
echo "### Hatch Environment Details"
424+
hatch env show
425+
echo "### Installed Packages"
426+
hatch run pip freeze
427+
419428
token-authenticator:
420429
if: ${{ !failure() && !cancelled() }}
421430
needs:
@@ -467,6 +476,15 @@ jobs:
467476
working-directory: synapse-token-authenticator
468477
run: hatch run cov
469478

479+
- name: Display Hatch Environment Info
480+
if: always()
481+
working-directory: synapse-invite-checker
482+
run: |
483+
echo "### Hatch Environment Details"
484+
hatch env show
485+
echo "### Installed Packages"
486+
hatch run pip freeze
487+
470488
otlp:
471489
if: ${{ !failure() && !cancelled() }}
472490
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)