Skip to content

Commit

Permalink
[Nova] Remove unused files (#3409)
Browse files Browse the repository at this point in the history
Summary:
We are using Project Nova workflows now. These are not required.

Same as: pytorch/vision#7656

Pull Request resolved: #3409

Reviewed By: mthrok

Differential Revision: D46494331

Pulled By: atalman

fbshipit-source-id: a642ae55b75482918e0afb7c55dc876bc8356e70
  • Loading branch information
atalman authored and facebook-github-bot committed Jun 6, 2023
1 parent bbc13b9 commit 23e756a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 331 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,11 @@ jobs:
# TODO: Enable NVDec/NVEnc
conda install --quiet -y 'ffmpeg>=4.1' pkg-config
pip --quiet install cmake>=3.18.0 ninja
cd packaging
. ./pkg_helpers.bash
setup_build_version
cd ../
BUILD_VERSION=$( cut -f 1 -d a version.txt )
BUILD_VERSION=$BUILD_VERSION.dev$(date "+%Y%m%d")
export BUILD_VERSION
FFMPEG_ROOT=${CONDA_PREFIX} USE_FFMPEG=1 USE_CUDA=1 pip install --progress-bar off -v -e . --no-use-pep517
# Install runtime dependencies
Expand Down
22 changes: 0 additions & 22 deletions packaging/build_conda.sh

This file was deleted.

20 changes: 0 additions & 20 deletions packaging/build_wheel.sh

This file was deleted.

285 changes: 0 additions & 285 deletions packaging/pkg_helpers.bash

This file was deleted.

0 comments on commit 23e756a

Please sign in to comment.