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