From ce291382188675c8a49d2c20ed23aba0d9c1c6e8 Mon Sep 17 00:00:00 2001 From: Bo Wu Date: Thu, 21 Nov 2024 14:49:23 -0800 Subject: [PATCH] test some workflow component --- .../workflow-run-replay-verify-on-archive.yaml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/workflow-run-replay-verify-on-archive.yaml b/.github/workflows/workflow-run-replay-verify-on-archive.yaml index 4a8af36b6f69ec..0a5973eb2695d2 100644 --- a/.github/workflows/workflow-run-replay-verify-on-archive.yaml +++ b/.github/workflows/workflow-run-replay-verify-on-archive.yaml @@ -78,23 +78,9 @@ jobs: shell: bash run: gcloud config set project aptos-devinfra-0 - - name: Setup python - uses: actions/setup-python@v4 + - uses: ./.github/actions/python-setup with: - python-version: 3.10.12 - - # Install Poetry. - - name: Install and configure Poetry - uses: snok/install-poetry@v1 - with: - version: 1.5.1 - virtualenvs-create: true - virtualenvs-in-project: false - - - name: Install poetry project - run: poetry install --no-root # we don't need the root because we don't have a package - shell: bash - working-directory: ./testsuite/replay-verify + pyproject_directory: testsuite/replay-verify - name: Schedule replay verify env: