From d4fec1e00f3e5e4dd5a70c7281a2a45bb3edefdc Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Mon, 18 May 2020 15:07:42 -0500 Subject: [PATCH] attempt to fix working directory issues Signed-off-by: Arthur Lu --- .github/workflows/ut-analysis.yml | 4 ++-- .github/workflows/ut-superscript.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ut-analysis.yml b/.github/workflows/ut-analysis.yml index f66627e9..3ea05bd3 100644 --- a/.github/workflows/ut-analysis.yml +++ b/.github/workflows/ut-analysis.yml @@ -23,9 +23,9 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - name: Change to superscript directory + - defaults: Change to analysis directory run: | - cd /analysis-master/ + 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 af89565d..d1a0373a 100644 --- a/.github/workflows/ut-superscript.yml +++ b/.github/workflows/ut-superscript.yml @@ -23,9 +23,9 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - name: Change to superscript directory + - defaults: Change to superscript directory run: | - cd /data-analysis/ + working-directory: /analysis-master/ - name: Install dependencies run: | python -m pip install --upgrade pip