Skip to content

Chia 2.4.3b2

Chia 2.4.3b2 #1121

Workflow file for this run

name: unit-tests
on:
push:
branches:
- 'develop'
env:
LANG: "en_US.UTF-8"
LANGUAGE: "en_US:en"
LC_ALL: "en_US.UTF-8"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r docker/requirements.txt
- name: Test with pytest
run: LANG=en_US.UTF-8 pytest