added curl command

This commit is contained in:
Utsho Dey 2024-12-17 18:51:05 +06:00
parent f32745326b
commit 9be0343695

View file

@ -14,6 +14,8 @@ stages:
- test
before_script:
- apt-get update
- apt-get install -y curl
- python --version
- pip install virtualenv
- virtualenv venv