Compare commits

..

No commits in common. "4686f3fae0cb20b545006e6fd5e8196cf4c3c460" and "64b466c4ac8ddbe2a1961a6b8012059b9263bd73" have entirely different histories.

View File

@ -16,7 +16,7 @@ jobs:
shell: bash
run: |
apt update && apt upgrade -y
apt install rustc cargo python-is-python3 pip python3-venv libmagic-dev git -y
apt install rustc cargo python-is-python3 pip python3-venv libmagic-dev git
virtualenv .venv
source .venv/bin/activate
pip install --upgrade pip