Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 4f2dff5

Browse files
feat: add ci for python package
1 parent c47cef5 commit 4f2dff5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
if : runner.os == 'windows'
5252
run: |
5353
where python
54+
5455

5556
- name: Install dependencies Windows and Linux
5657
if: runner.os == 'windows' || runner.os == 'linux'
@@ -59,7 +60,7 @@ jobs:
5960
python3 -m pip install -r ${{env.MODEL_DIR}}/requirements.cuda.txt
6061
6162
- name: Install dependencies Mac
62-
if: runner.os == 'mac'
63+
if: runner.os == 'macOS'
6364
run: |
6465
python3 -m pip install --upgrade pip
6566
python3 -m pip install -r ${{env.MODEL_DIR}}/requirements.txt

0 commit comments

Comments
 (0)