Skip to content

Commit

Permalink
SQ -> ...: Run make install before trying to run python initially
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfstr committed Jul 14, 2024
1 parent 4957698 commit f858d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
cd cpython
./configure --with-pydebug --with-address-sanitizer --enable-framework=/Library/Frameworks/Python.framework/Versions/ASan/Python
make -s -j3
./python.exe -c 'print("OK")'
make install # install to: /Library/Frameworks/Python.framework/Versions/ASan/Python
./python.exe -c 'print("OK")'
- name: Create virtual environment
if: steps.restore-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit f858d4c

Please sign in to comment.