Skip to content

Commit 8c7993f

Browse files
author
Vitor Pedro
committed
Revert "Fixing syntax error."
This reverts commit 54620fd.
1 parent 2419867 commit 8c7993f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ jobs:
2121
with:
2222
python-version: ${{ env.PY_VERSION }}
2323

24-
- name: Set environment variables
24+
-name: Set environment variables
2525
run: |
2626
echo "YK_FACE_BASE_URL=${{ secrets.YK_FACE_BASE_URL }}" >> $GITHUB_ENV
2727
echo "YK_FACE_X_API_KEY=${{ secrets.YK_FACE_X_API_KEY }}" >> $GITHUB_ENV
28-
2928
- name: Install dependencies
3029
run: |
3130
pip install -U pip wheel

0 commit comments

Comments
 (0)