setuptools

This commit is contained in:
Pritimay Sarkar
2024-01-17 16:11:07 +05:30
parent 9b79e86d6f
commit 22525d4c94

View File

@@ -11,6 +11,9 @@ image: python:latest
stages:
- test
variables:
PYTHON_VERSION: "3.8"
# Change pip's cache directory to be inside the project directory since we can
# only cache local items.
variables:
@@ -27,6 +30,7 @@ before_script:
- virtualenv venv
- source venv/bin/activate
- pip install -r requirements.txt
- pip install setuptools
unit_test:
stage: test