Skip to content

Commit

Permalink
Minors
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Feb 1, 2024
1 parent e49e2cc commit e1c47c5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
miniconda_envs = os.getenv('MINICONDA_ENVS', r'D:\bin\miniconda\envs')

python_installations = [
r'%s\py36_64\python.exe' % miniconda_envs,
r'%s\py37_64\python.exe' % miniconda_envs,
r'%s\py38_64\python.exe' % miniconda_envs,
r'%s\py39_64\python.exe' % miniconda_envs,
r'%s\py310_64\python.exe' % miniconda_envs,
Expand Down

0 comments on commit e1c47c5

Please sign in to comment.