Skip to content

[ASSET-38] Update Kaia network #138

[ASSET-38] Update Kaia network

[ASSET-38] Update Kaia network #138

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Fetch all tags
run: git fetch --tags
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: "3.12"
- name: Set up requirements
run: pip install -e ".[test]"
- name: Test
run: pytest -l