Update test.yml

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

View File

@ -21,6 +21,7 @@ jobs:
- name: Install danix - name: Install danix
run: | run: |
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
cd danix cd danix