Skip to content

Commit

Permalink
Fix loadgen wheel package
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Oct 23, 2024
1 parent 4e1ba93 commit d85fa9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- master
- loadgen-release
- dev
paths:
- loadgen/**

Expand Down
2 changes: 0 additions & 2 deletions loadgen/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@
url="https://mlcommons.org/",
cmdclass={"build_ext": build_ext},
ext_modules=[mlperf_loadgen_module],
packages=[''],
package_data={'': ['mlperf.conf']},
include_package_data=True,
long_description=mlperf_long_description,
long_description_content_type='text/markdown')

0 comments on commit d85fa9e

Please sign in to comment.