Fix yaml syntax

This commit is contained in:
Matheus Felipe
2022-01-18 03:16:11 -03:00
parent 434c9fc292
commit 183a8ece06

View File

@@ -21,7 +21,7 @@ jobs:
python-version: '3.8'
- name: Install dependencies
run: python -m pip install -r scripts/requirements.txt
run: python -m pip install -r scripts/requirements.txt
- name: Run Unittest
run: |