Skip to content
Snippets Groups Projects
Commit 783dd4b6 authored by Anton Sarukhanov's avatar Anton Sarukhanov
Browse files

WIP: Add category support. (Added build dependency.)

parent 23ff6239
No related branches found
No related tags found
No related merge requests found
Pipeline #31 passed with stage
in 39 seconds
before_script:
- apt-get update -qq && apt-get install -y -qq python-virtualenv python3
- apt-get update -qq && apt-get install -y -qq python-virtualenv python3 python3-dev
- virtualenv venv -p$(which python3)
- . venv/bin/activate
- pip install -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment