From a88b8176fb8693109fefd730351bf391187a6d36 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Sat, 16 May 2020 20:12:15 -0500 Subject: [PATCH] more indentation fixes Signed-off-by: Arthur Lu --- .github/workflows/ut-analysis.yml | 6 +++--- .github/workflows/ut-superscript.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ut-analysis.yml b/.github/workflows/ut-analysis.yml index 97b70bec..095ccd54 100644 --- a/.github/workflows/ut-analysis.yml +++ b/.github/workflows/ut-analysis.yml @@ -20,14 +20,14 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 - with: + uses: actions/setup-python@v2 + with: python-version: ${{ matrix.python-version }} - name: Navigate to the directory run: | cd /analysis-master/ - name: Install dependencies - run: | + run: | python -m pip install --upgrade pip pip install flake8 pytest if [ -f requirements.txt ]; then pip install -r requirements.txt; fi diff --git a/.github/workflows/ut-superscript.yml b/.github/workflows/ut-superscript.yml index 3c1bdf9e..e1ce5f7e 100644 --- a/.github/workflows/ut-superscript.yml +++ b/.github/workflows/ut-superscript.yml @@ -20,14 +20,14 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 - with: + uses: actions/setup-python@v2 + with: python-version: ${{ matrix.python-version }} - name: Navigate to the directory run: | cd /data-analysis/ - name: Install dependencies - run: | + run: | python -m pip install --upgrade pip pip install flake8 pytest if [ -f requirements.txt ]; then pip install -r requirements.txt; fi