Unverified Commit 434c9fc2 authored by Matheus Felipe's avatar Matheus Felipe
Browse files

Install dependencies in action

parent 4bc90a81
...@@ -20,6 +20,9 @@ jobs: ...@@ -20,6 +20,9 @@ jobs:
with: with:
python-version: '3.8' python-version: '3.8'
- name: Install dependencies
run: python -m pip install -r scripts/requirements.txt
- name: Run Unittest - name: Run Unittest
run: | run: |
cd scripts cd scripts
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment