Add venv on mac

release/4.3a0
Frank Dellaert 2024-08-25 11:55:06 -07:00
parent e60477f3c7
commit 1c8c1f2e79
1 changed files with 4 additions and 0 deletions

View File

@ -110,6 +110,10 @@ jobs:
echo "CC=clang" >> $GITHUB_ENV
echo "CXX=clang++" >> $GITHUB_ENV
python$PYTHON_VERSION -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip
- name: Setup msbuild (Windows)
if: runner.os == 'Windows'
uses: ilammy/msvc-dev-cmd@v1