File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
108
108
- name : Update Commit Hash in Syft
109
109
run : |
110
- python packages/syft/src/syft/update_commit.py packages/syft/src/syft/commit.py
110
+ python packages/syft/src/syft/util/ update_commit.py packages/syft/src/syft/util /commit.py
111
111
112
112
- name : Set up Docker Buildx
113
113
uses : docker/setup-buildx-action@v3
@@ -320,7 +320,7 @@ jobs:
320
320
321
321
- name : Update Commit Hash in Syft
322
322
run : |
323
- python packages/syft/src/syft/update_commit.py packages/syft/src/syft/commit.py
323
+ python packages/syft/src/syft/util/ update_commit.py packages/syft/src/syft/util /commit.py
324
324
325
325
- name : Build Helm Chart
326
326
shell : bash
Original file line number Diff line number Diff line change 26
26
from .client .syncing import sync
27
27
from .client .user_settings import UserSettings
28
28
from .client .user_settings import settings
29
- from .commit import __commit__
30
29
from .custom_worker .config import DockerWorkerConfig
31
30
from .custom_worker .config import PrebuiltWorkerConfig
32
31
from .orchestra import Orchestra as orchestra
82
81
from .util import options
83
82
from .util .autoreload import disable_autoreload
84
83
from .util .autoreload import enable_autoreload
84
+ from .util .commit import __commit__
85
85
from .util .patch_ipython import patch_ipython
86
86
from .util .telemetry import instrument
87
87
from .util .util import autocache
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments