fix: pip install setuptools

This commit is contained in:
François Pelletier 2024-01-08 13:11:25 -05:00
parent 96623332db
commit 3f071c7186

View file

@ -19,7 +19,6 @@ cache:
before_script:
- python --version ; pip --version # For debugging
- pip install setuptools
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate
@ -32,6 +31,7 @@ test:
run:
script:
- pip install setuptools
- pip install .
- python setup.py sdist
artifacts: