fix: pip install setuptools

This commit is contained in:
François Pelletier 2024-01-08 13:09:29 -05:00
parent ae74afa97b
commit 96623332db

View file

@ -19,6 +19,7 @@ cache:
before_script:
- python --version ; pip --version # For debugging
- pip install setuptools
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate