From 183a8ece0631c3193b628a67fef890aa4587d256 Mon Sep 17 00:00:00 2001 From: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> Date: Tue, 18 Jan 2022 03:16:11 -0300 Subject: [PATCH] Fix yaml syntax --- .github/workflows/test_of_validate_package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_of_validate_package.yml b/.github/workflows/test_of_validate_package.yml index c41c886c..f739df81 100644 --- a/.github/workflows/test_of_validate_package.yml +++ b/.github/workflows/test_of_validate_package.yml @@ -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: |