Update test.yml

This commit is contained in:
Vinicius Silva 2023-12-25 22:30:14 -03:00 committed by GitHub
parent 22e66f6255
commit f7b27a953c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ jobs:
- name: Install danix - name: Install danix
run: | run: |
pip install django
pip install -r requirements.txt
ls -la /usr/local/lib/python$(python --version 2>&1 | awk '{print $2}' | cut -d'.' -f1,2)/dist-packages/django/apps/ ls -la /usr/local/lib/python$(python --version 2>&1 | awk '{print $2}' | cut -d'.' -f1,2)/dist-packages/django/apps/
sudo apt update -y sudo apt update -y
sudo apt install make -y sudo apt install make -y