Skip to content

Commit

Permalink
update conda wf
Browse files Browse the repository at this point in the history
  • Loading branch information
andreatramacere committed Apr 17, 2024
1 parent 30c43b4 commit 81bc8f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/conda_rename.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
else:
system_str = 'linux'

if 'arm64' in platform.platform():
system_str= '%s_arm64'%system_str

new_name=name.replace('.tar.bz2','_conda_%s.tar.bz2'%system_str)

shutil.move(name,new_name)
Expand Down

0 comments on commit 81bc8f5

Please sign in to comment.