Skip to content

Commit 1d272e9

Browse files
committed
Fix requirements.txt merge conflict and update workflow for CI stability
1 parent 8acc7cf commit 1d272e9

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/train-and-upload.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
python -m pip install --upgrade pip
2828
pip install -r requirements.txt
2929
pip install huggingface_hub tensorflowjs
30+
shell: bash
3031

3132
- name: Train model (replace with your script)
3233
run: |

requirements.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<<<<<<< HEAD
21
wheel==0.38.4
32
setuptools==65.5.0
43
fastapi==0.110.2
@@ -9,11 +8,4 @@ tensorflow==2.15.0
98
ultralytics==8.1.34
109
pillow==10.2.0
1110
python-multipart==0.0.6
12-
=======
13-
opencv-python
14-
numpy
15-
tensorflow
1611
keras
17-
ultralytics
18-
tqdm
19-
>>>>>>> 1c3894d2065701b19ab2a500433a6d7f7a075d13

0 commit comments

Comments
 (0)