This repository was archived by the owner on Jul 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments