Skip to content

Commit

Permalink
reverting install change. will issue another PR to have CI run on mat…
Browse files Browse the repository at this point in the history
…rix of python versions
  • Loading branch information
omesser committed Jul 13, 2024
1 parent e3771b8 commit 7e9172a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def main():
# (from a local dir if it exists)
# "python -m pip install" instead of "pip install" handles a pip
# issue where it fails in a long-named dir
run('virtualenv --python=python3.7 venv && '
run('virtualenv --python=python3 venv && '
'source venv/bin/activate && '
'python -m pip install {0} incremental && '.format(local_pip_packages) +
'python -m pip install {0} -r {1}'.format(local_pip_packages, requirements_file))
Expand Down

0 comments on commit 7e9172a

Please sign in to comment.