Skip to content

Downgrade EIP-7069 and 7620 testing readiness (#138) #590

Downgrade EIP-7069 and 7620 testing readiness (#138)

Downgrade EIP-7069 and 7620 testing readiness (#138) #590

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install pytest
run: pip3 install pytest
- name: Run pytest
run: pytest