1
0
Fork 0

add dev packit to build
Run Python Build / build (push) Failing after 1m38s Details

This commit is contained in:
Sean Sube 2024-05-19 14:21:24 -05:00
parent e6a1922a24
commit 5a0c0e87f8
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements/dev.txt -r requirements/base.txt
pip install --no-cache-dir --index-url https://test.pypi.org/simple/ packit_llm==0.1.0
- name: Check style
run: make lint-check
- name: Run tests