From bf43f57c86772e2ed8265430ec8034f51e4eca32 Mon Sep 17 00:00:00 2001 From: Atharva Arya Date: Fri, 12 Jul 2024 19:49:22 +0530 Subject: [PATCH] Installation and artifact fixes --- .github/actions/setup_tardis/action.yml | 2 +- .github/workflows/new_tests.yml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/actions/setup_tardis/action.yml b/.github/actions/setup_tardis/action.yml index dd862868dc8..f47560d5c71 100644 --- a/.github/actions/setup_tardis/action.yml +++ b/.github/actions/setup_tardis/action.yml @@ -124,4 +124,4 @@ runs: - name: Install package editable shell: bash run: | - pip install -e . + pip install -e . --user diff --git a/.github/workflows/new_tests.yml b/.github/workflows/new_tests.yml index e00a55e6dc7..765d6f4f477 100644 --- a/.github/workflows/new_tests.yml +++ b/.github/workflows/new_tests.yml @@ -44,11 +44,10 @@ jobs: runs-on: ${{ inputs.run_os }} steps: - uses: actions/checkout@v4 - - run: ls - uses: actions/upload-artifact@v4 with: - name: tardis-repo - path: tardis + name: tardis-repo-${{ inputs.run_label }} + path: ./ retention-days: 1 non-continuum: @@ -58,8 +57,9 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - name: tardis-repo - path: tardis + name: tardis-repo-${{ inputs.run_label }} + path: ./ + - name: Setup tardis uses: ./.github/actions/setup_tardis with: @@ -80,9 +80,9 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - name: tardis-repo - path: tardis - + name: tardis-repo-${{ inputs.run_label }} + path: ./ + - name: Setup tardis uses: ./.github/actions/setup_tardis with: