Skip to content

Commit

Permalink
fixed setup for windows install third try.
Browse files Browse the repository at this point in the history
  • Loading branch information
manoskary committed Oct 31, 2023
1 parent db96901 commit 17f683a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_on_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install torch --index-url https://download.pytorch.org/whl/cpu
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
IF EXIST requirements.txt (pip install -r requirements.txt)
python setup.py build_ext --inplace

0 comments on commit 17f683a

Please sign in to comment.