Skip to content

Commit ccf06fa

Browse files
committed
fix: macos site packages path
1 parent 1949436 commit ccf06fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/platerec_installer/platerec_installer.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ elif sys.platform == 'linux':
1616
site_packages = '/root/.pyenv/versions/3.7.5/lib/python3.7/site-packages/'
1717
pathex = ['/src']
1818
else: # MacOs on GH Actions
19-
site_packages = '/Users/runner/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/'
19+
site_packages = '/Users/runner/hostedtoolcache/Python/3.8.10/x64/lib/python3.8/site-packages/'
2020
pathex = [os.path.abspath(SPECPATH)]
2121

2222
a = Analysis( # noqa

0 commit comments

Comments
 (0)