Skip to content

Commit

Permalink
Try to fix windows build using ltt
Browse files Browse the repository at this point in the history
  • Loading branch information
akenmorris committed Mar 29, 2024
1 parent 4bdcb33 commit e6a359d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gha_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ else

# run install
source ./install_shapeworks.sh --developer
conda clean -p -t
conda clean -p -t -y

echo "Create and store cache"
cd /
Expand Down
2 changes: 1 addition & 1 deletion install_shapeworks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function install_conda() {
# install conda into the shell
conda init

if ! pip install -r python_requirements.txt; then return 1; fi
if ! python -m pip install -r python_requirements.txt; then return 1; fi

# install pytorch using light-the-torch
if ! ltt install torch==1.11.0; then return 1; fi
Expand Down

0 comments on commit e6a359d

Please sign in to comment.