Skip to content

Commit

Permalink
chore: remove py37 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
narendasan committed Feb 22, 2023
1 parent 827d498 commit 1a2b7a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ jobs:
command: |
cd ~/project/py/
cp ~/project/toolchains/ci_workspaces/WORKSPACE.x86_64.release.rhel ~/project/WORKSPACE
docker run -it --rm --gpus all -v ~/project:/workspace/project torch_tensorrt_release_env /bin/bash -c "source /workspace/project/py/ci/build_whl.sh && $(circleci tests split --total=5 ~/project/py/ci/build_manifest.txt)"
docker run -it --rm --gpus all -v ~/project:/workspace/project torch_tensorrt_release_env /bin/bash -c "source /workspace/project/py/ci/build_whl.sh && $(circleci tests split --total=4 ~/project/py/ci/build_manifest.txt)"
- run:
name: Collect packages
command: |
Expand Down
1 change: 0 additions & 1 deletion py/ci/build_manifest.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
py37
py38
py39
py310
Expand Down

0 comments on commit 1a2b7a0

Please sign in to comment.