Skip to content

Commit

Permalink
Use developer version of pyttb as released version is too old
Browse files Browse the repository at this point in the history
  • Loading branch information
etphipp authored Aug 15, 2024
1 parent 85287eb commit 6e48611
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,14 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest
pip install pyttb
echo "$PYTHONPATH"
# Released version of pyttb is too old, so we need to build from the github repo
#pip install pyttb
mkdir pyttb
cd pyttb
git clone https://github.com/sandialabs/pyttb.git
cd pyttb
pip install .
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 6e48611

Please sign in to comment.