Skip to content

[ASSET-38] Update Kaia network #131

[ASSET-38] Update Kaia network

[ASSET-38] Update Kaia network #131

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: "3.12"
- name: Set up requirements
run: |
apt update
apt install git -y
pip install -e ".[test]"
- name: Test with rpc using test
run: pytest -l