1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-25 04:46:25 +00:00

Fix dirhash failing to import pkg_resources (#4817)

This commit is contained in:
J. Nick Koston
2024-01-14 00:20:35 -10:00
committed by GitHub
parent 7101d47e2e
commit 9c625f93a5
2 changed files with 2 additions and 1 deletions

View File

@@ -138,7 +138,7 @@ jobs:
- name: Install dirhash and calc hash
if: needs.init.outputs.publish == 'true'
run: |
pip3 install dirhash
pip3 install setuptools dirhash
dir_hash="$(dirhash "${{ github.workspace }}/supervisor" -a sha256 --match "*.py")"
echo "${dir_hash}" > rootfs/supervisor.sha256