Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Apr 13, 2019
1 parent ac2957a commit c603c5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@


print('install dephell')
print(*list(path.iterdir()), sep='\n')
pip_paths = list(path.glob('*/pip3')) + list(path.glob('*/pip'))
pip_path = pip_paths[0]
result = subprocess.run([str(pip_path), 'install', 'dephell[full]'])
Expand Down

0 comments on commit c603c5e

Please sign in to comment.