Skip to content

Commit

Permalink
fix workflow archiver build version wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
lxning committed May 13, 2022
1 parent ffd8c16 commit 4236a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow-archiver/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def get_nightly_version():
return today.strftime("%Y.%m.%d")

if __name__ == '__main__':
version = detect_workflow_archiver_version()
#version = detect_workflow_archiver_version()
name = 'torch-workflow-archiver'

# Clever code to figure out if setup.py was trigger by ts_scripts/push_nightly.sh
Expand Down

0 comments on commit 4236a86

Please sign in to comment.