Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 40d5cc7

Browse files
authored
MacOS CI: Fix Python tool test with PYTHONPATH (#718)
1 parent 24db01c commit 40d5cc7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/vcpkg_ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,8 @@ jobs:
110110
run: |
111111
# --help return non-zero and fails...
112112
mcsema-lift-${{ matrix.llvm }}.0 --version
113-
mcsema-disass-2 --help
113+
# TODO Might want to use virtualenv for this whole Python installation process
114+
# Will need to be updated based on the Python2 version used during installation
115+
PYTHONPATH=/usr/local/lib/python2.7/site-packages mcsema-disass-2 --help
116+
# Will need to be updated based on the Python3 version used during installation
117+
PYTHONPATH=/usr/local/lib/python3.9/site-packages mcsema-disass-3 --help

0 commit comments

Comments
 (0)