Skip to content

Commit 66c2c20

Browse files
committed
fix build actions
1 parent 04780bf commit 66c2c20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
pip install -r requirements/dev.txt -r requirements/base.txt
25-
pip install --no-cache-dir --index-url https://test.pypi.org/simple/ packit_llm==0.1.0
25+
env:
26+
GIT_CLONE_PROTECTION_ACTIVE: false
2627
- name: Check style
2728
run: make lint-check
2829
- name: Run tests

0 commit comments

Comments
 (0)