mirror of
https://github.com/ReversecLabs/lolcerts
synced 2026-06-08 12:21:31 +00:00
install requirements in workflow
This commit is contained in:
@@ -22,6 +22,10 @@ jobs:
|
||||
with:
|
||||
python-version: "3.11"
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -r ./scripts/requirements.txt
|
||||
|
||||
- name: Generate CSVs
|
||||
working-directory: ./scripts
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user