Skip to content

Commit

Permalink
feat: package env for ichigo-wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhoangthuan99 committed Dec 23, 2024
1 parent 200aec2 commit f67c13a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
python3 -m pip freeze | % { python3 -m pip uninstall -y $_ }
python3 -m pip install --upgrade pip
python3 -m pip install -I -r ${{env.MODEL_DIR}}/requirements.cuda.txt
python3 -m pip install dotenv
python3 -m pip install python-dotenv
- name: Install dependencies Linux
if: runner.os == 'linux'
run: |
Expand All @@ -107,7 +107,7 @@ jobs:
python -m pip freeze | xargs python -m pip uninstall -y
python -m pip install --upgrade pip
python -m pip install -r ${{env.MODEL_DIR}}/requirements.cuda.txt
python -m pip install dotenv
python -m pip install python-dotenv
- name: Install dependencies Mac
if: runner.os == 'macOS'
run: |
Expand All @@ -119,7 +119,7 @@ jobs:
python -m pip freeze | xargs python -m pip uninstall -y
python -m pip install --upgrade pip
python -m pip install -r ${{env.MODEL_DIR}}/requirements.txt
python -m pip install dotenv
python -m pip install python-dotenv
- name: prepare python package windows
if : runner.os == 'windows'
Expand Down

0 comments on commit f67c13a

Please sign in to comment.