Skip to content

Merge pull request #50 from AtmegaBuzz/dependabot/pip/eth-abi-4.2.0 #31

Merge pull request #50 from AtmegaBuzz/dependabot/pip/eth-abi-4.2.0

Merge pull request #50 from AtmegaBuzz/dependabot/pip/eth-abi-4.2.0 #31

Workflow file for this run

name: OSMD BookCab run tests
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.10.9]
steps:
- uses: actions/checkout@main
- name: Initialize Python 3.10.9
uses: actions/setup-python@v1
with:
python-version: ${{matrix.python-version}}
- name: Install dependencies and run tests
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
python -m pytest