Skip to content

Increment PyTeal version and remove AlgoExplorer #201

Increment PyTeal version and remove AlgoExplorer

Increment PyTeal version and remove AlgoExplorer #201

Workflow file for this run

name: Pull Request and master validation
on: [pull_request]
jobs:
check:
name: Check Python
uses: ./.github/workflows/check-python.yaml
build:
name: Build and Test Python
needs: check
uses: ./.github/workflows/build-python.yaml