Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
pip install -e .
- name: Build and Test
run: |
pytest
mypy pyteal
python scripts/generate_init.py --check
black --check .
mypy pyteal
pytest
build-docset:
runs-on: ubuntu-20.04
container: python:3.9 # Needs `make`, can't be slim
Expand Down