Skip to content

Commit

Permalink
Bring algorand#225 to master (algorand#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldiamant authored and algoidurovic committed Mar 23, 2022
1 parent 0cf27fb commit 76af624
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 76af624

Please sign in to comment.