File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments