actions try 2

This commit is contained in:
Justin Bollinger
2026-01-25 19:20:33 -05:00
parent 37bc5a9b15
commit ff5aa612af

View File

@@ -26,6 +26,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest pytest-mock requests
- name: Install Hashcat
run: |
sudo apt-get update
sudo apt-get install -y hashcat
- name: Run tests
run: |