Skip to content

Commit

Permalink
Install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Nov 19, 2023
1 parent 0fe6e1d commit 04a7298
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/win-ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ def lxml():


def install_deps():
run(PYTHON, '-m', 'pip', 'install', 'setuptools')
env = query_vcvarsall()
os.environ.update(env)
print(PYTHON)
Expand Down

0 comments on commit 04a7298

Please sign in to comment.