Skip to content

Commit

Permalink
lets not pick specific python ver
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Nov 29, 2024
1 parent 31307c8 commit d0d19e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/core/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class PKG_TOOLS(Enum):
'pkg_update': 'apt-get -qq update -y',
'pkg_install': 'apt-get -qq install -y',
'variables': {
'python': "python3.8",
'python': "python3",
},
},
'debian': {
Expand Down Expand Up @@ -178,7 +178,7 @@ class PKG_TOOLS(Enum):
'pkg_update': 'zypper refresh && zypper --non-interactive patch',
'pkg_install': 'zypper install -y',
'variables': {
'python': "python3.9",
'python': "python3",
},
},
'rhel': {
Expand Down

0 comments on commit d0d19e5

Please sign in to comment.