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

Install dependencies in action

parent 4bc90a81
......@@ -19,6 +19,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install dependencies
run: python -m pip install -r scripts/requirements.txt
- name: Run Unittest
run: |
......
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