Skip to content

Commit

Permalink
intento de solución instalando gcc, #76
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsp13 committed Feb 7, 2023
1 parent a67624e commit 033a168
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ task:
- PYTHON_VERSION: 3.12-rc
container:
image: python:${PYTHON_VERSION}-slim
build_script: |
pip install poetry poethepoet
install_script: |
apt upgrade
apt install gcc -y
pip install poetry poethepoet --no-cache-dir
poe install
poe nltk_data
test_script: poe test

0 comments on commit 033a168

Please sign in to comment.