Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMelt committed Dec 16, 2024
1 parent 49c4842 commit a8f1ea6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test_suite_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,13 @@ jobs:
shell: cmd
run: |
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
pip list --verbose
where python
- name: Build FTorch
shell: cmd
run: |
cd src
rem find torch location
for /f "tokens=2*" %%i in ('pip show torch ^| findstr /R "^Location"') do set package_path=%%i
echo "%package_path% ="
echo %package_path%
cmake ^
-Bbuild ^
-G "NMake Makefiles" ^
Expand All @@ -92,7 +88,6 @@ jobs:
shell: cmd
run: |
for /f "tokens=2*" %%i in ('pip show torch ^| findstr /R "^Location"') do set package_path=%%i
set PATH=%package_path%;%PATH%
set PATH=C:\Program Files (x86)\FTorch\bin;%PATH%
set PATH=%package_path%\torch\lib;%PATH%
run_integration_tests.bat

0 comments on commit a8f1ea6

Please sign in to comment.