Skip to content

Commit

Permalink
Remove pre_build_script from windows conda build (#8590)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug authored Aug 14, 2024
1 parent 8f73afa commit c4e81fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-conda-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
matrix:
include:
- repository: pytorch/vision
pre-script: packaging/pre_build_script.sh
env-script: packaging/windows/internal/vc_env_helper.bat
pre-script: ""
post-script: ""
env-script: packaging/windows/internal/vc_env_helper.bat
conda-package-directory: packaging/torchvision
smoke-test-script: test/smoke_test.py
package-name: torchvision
name: ${{ matrix.repository }}
Expand Down

0 comments on commit c4e81fa

Please sign in to comment.