From 7d738ca51e498750ebe6fcc3fd83c220dc1a1ba4 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Mon, 18 May 2020 15:11:24 -0500 Subject: [PATCH] another attempt Signed-off-by: Arthur Lu --- .github/workflows/ut-analysis.yml | 7 ++++--- .github/workflows/ut-superscript.yml | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ut-analysis.yml b/.github/workflows/ut-analysis.yml index 3ea05bd3..248da403 100644 --- a/.github/workflows/ut-analysis.yml +++ b/.github/workflows/ut-analysis.yml @@ -17,15 +17,16 @@ jobs: matrix: python-version: [3.5, 3.6, 3.7, 3.8] + defaults: + run: + working-directory: /analysis-master/ + steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - defaults: Change to analysis directory - run: | - working-directory: /analysis-master/ - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/.github/workflows/ut-superscript.yml b/.github/workflows/ut-superscript.yml index d1a0373a..0991546d 100644 --- a/.github/workflows/ut-superscript.yml +++ b/.github/workflows/ut-superscript.yml @@ -17,15 +17,16 @@ jobs: matrix: python-version: [3.5, 3.6, 3.7, 3.8] + defaults: + run: + working-directory: /data-analysis/ + steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - defaults: Change to superscript directory - run: | - working-directory: /analysis-master/ - name: Install dependencies run: | python -m pip install --upgrade pip