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

Commit f67c13a

Browse files
feat: package env for ichigo-wrapper
1 parent 200aec2 commit f67c13a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
python3 -m pip freeze | % { python3 -m pip uninstall -y $_ }
9696
python3 -m pip install --upgrade pip
9797
python3 -m pip install -I -r ${{env.MODEL_DIR}}/requirements.cuda.txt
98-
python3 -m pip install dotenv
98+
python3 -m pip install python-dotenv
9999
- name: Install dependencies Linux
100100
if: runner.os == 'linux'
101101
run: |
@@ -107,7 +107,7 @@ jobs:
107107
python -m pip freeze | xargs python -m pip uninstall -y
108108
python -m pip install --upgrade pip
109109
python -m pip install -r ${{env.MODEL_DIR}}/requirements.cuda.txt
110-
python -m pip install dotenv
110+
python -m pip install python-dotenv
111111
- name: Install dependencies Mac
112112
if: runner.os == 'macOS'
113113
run: |
@@ -119,7 +119,7 @@ jobs:
119119
python -m pip freeze | xargs python -m pip uninstall -y
120120
python -m pip install --upgrade pip
121121
python -m pip install -r ${{env.MODEL_DIR}}/requirements.txt
122-
python -m pip install dotenv
122+
python -m pip install python-dotenv
123123
124124
- name: prepare python package windows
125125
if : runner.os == 'windows'

0 commit comments

Comments
 (0)