Skip to content

Commit cee8a01

Browse files
committed
testing alma9 fix
1 parent f0fea15 commit cee8a01

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ci/install_python_env.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030

3131
venv_python = str(venv_dir / 'bin' / 'python3')
3232
subprocess.run([venv_python, '-m', 'pip', 'install', '--no-cache-dir',
33-
'--upgrade', 'pip', 'setuptools', 'hatchling', 'hatch-vcs'], check=True)
33+
'--upgrade', 'pip', 'setuptools', 'wheel', 'build',
34+
'hatchling', 'hatch-vcs'], check=True)
3435

3536
pip_args = [venv_python, '-m', 'pip', 'install', '--no-cache-dir']
3637
if os.environ.get('GEMC_NO_BUILD_ISOLATION') == '1':

0 commit comments

Comments
 (0)