Skip to content

Commit

Permalink
test some workflow component
Browse files Browse the repository at this point in the history
  • Loading branch information
areshand committed Nov 21, 2024
1 parent 9db2009 commit ce29138
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/workflow-run-replay-verify-on-archive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ce29138

Please sign in to comment.