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

Commit c47cef5

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ jobs:
5656
if: runner.os == 'windows' || runner.os == 'linux'
5757
run: |
5858
python3 -m pip install --upgrade pip
59-
python3 -m pip install -r ${{MODEL_DIR}}/requirements.cuda.txt
59+
python3 -m pip install -r ${{env.MODEL_DIR}}/requirements.cuda.txt
6060
6161
- name: Install dependencies Mac
6262
if: runner.os == 'mac'
6363
run: |
6464
python3 -m pip install --upgrade pip
65-
python3 -m pip install -r ${{MODEL_DIR}}/requirements.txt
65+
python3 -m pip install -r ${{env.MODEL_DIR}}/requirements.txt
6666
6767

0 commit comments

Comments
 (0)