Update pytest.yml

This commit is contained in:
sosokker 2023-07-09 23:01:35 +07:00 committed by GitHub
parent b11cbaa2cc
commit 112e6b6d2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run pytest
run: pytest tests/