Update test.yml

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

View File

@ -24,6 +24,7 @@ jobs:
sudo apt update -y sudo apt update -y
sudo apt install make -y sudo apt install make -y
cd danix cd danix
sudo mv ./registry.py /usr/local/lib/python$(python --version 2>&1 | awk '{print $2}' | cut -d'.' -f1,2)/dist-packages/django/apps/registry.py
sudo make install sudo make install
sudo make aliases sudo make aliases
sudo danix sudo danix