1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-11-22 06:15:02 +01:00

.drone.yml: Install gcc for Python 3.9

It appears to be needed to compile typed-ast:

    gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iast27/Include -I/usr/local/include/python3.9 -c ast27/Custom/typed_ast.c -o build/temp.linux-x86_64-3.9/ast27/Custom/typed_ast.o
    error: command 'gcc' failed: No such file or directory
    ----------------------------------------
    ERROR: Failed building wheel for typed-ast
This commit is contained in:
Alan Orth 2020-12-14 22:50:21 +02:00
parent cd98d33615
commit ea24c73a6a
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -24,6 +24,7 @@ steps:
commands:
- id
- python -V
- apt update && apt install -y gcc
- pip install -r requirements-dev.txt
- pytest