1
0
Fork 0

fix build actions
Run Python Build / build (push) Failing after 23s Details
Run Docker Build / build (push) Failing after 59s Details

This commit is contained in:
Sean Sube 2024-05-28 07:25:06 -05:00
parent 04780bf962
commit 66c2c20031
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ 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
env:
GIT_CLONE_PROTECTION_ACTIVE: false
- name: Check style
run: make lint-check
- name: Run tests