Skip to content

Bump scalecodec from 1.2.6 to 1.2.7 in /py-scale-codec #24

Bump scalecodec from 1.2.6 to 1.2.7 in /py-scale-codec

Bump scalecodec from 1.2.6 to 1.2.7 in /py-scale-codec #24

Workflow file for this run

name: scale-python-test
on:
push:
branches: [main]
paths:
- 'py-scale-codec/**'
pull_request:
branches: [ main ]
paths:
- 'py-scale-codec/**'
jobs:
test:
name: Build and TEST
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
default: true
- name: build-ffi
run: make
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Test
run: |
cd py-scale-codec
pip install -r requirements.txt
python -m unittest discover