Skip to content

chore(deps): bump aiohttp from 3.9.3 to 3.9.4 #75

chore(deps): bump aiohttp from 3.9.3 to 3.9.4

chore(deps): bump aiohttp from 3.9.3 to 3.9.4 #75

name: Core Ganache (py3.12)
on: ["push", "pull_request"]
env:
ETHERSCAN_TOKEN: 9MKURTHE8FNA9NRUUJBHMUEVY6IQ5K1EGY
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WEB3_INFURA_PROJECT_ID: 21317ddb5ded42ce8d40c7d78f90474f
jobs:
py312core:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cache Solidity Installations
uses: actions/cache@v2
with:
path: |
~/.solcx
~/.vvm
key: ${{ runner.os }}-compiler-cache
- name: Setup Node.js
uses: actions/setup-node@v4
- name: Install Ganache
run: npm install -g ganache@7.9.2
- name: Setup Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install Tox
run: pip install tox
- name: Run Tox
run: tox -e py312
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
file: ./coverage.xml