Commit d0921c04 by Victor M. Alvarez

Install `setuptools` because it doesn't come pre-installed in Python 3.12

parent df9c940c
......@@ -108,6 +108,9 @@ install:
# Install wheel.
- "%CMD_IN_ENV% pip install wheel"
# Install setuptools. Setup tools doesn't comes by default in Python 3.12.
- "%CMD_IN_ENV% pip install setuptools"
# We are in projects/yara-python, lets go out to projects.
- cd ..
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment