|
82 | 82 | set -ex
|
83 | 83 | python3 -m venv .venv
|
84 | 84 | source .venv/bin/activate
|
85 |
| - pip install eppo-server-sdk --find-links dist --force-reinstall |
| 85 | + pip install eppo-server-sdk --no-index --find-links dist --force-reinstall |
86 | 86 | pip install pytest cachetools
|
87 | 87 | npm ci
|
88 | 88 | npm run with-server test:python
|
|
99 | 99 | pip3 install -U pip pytest cachetools
|
100 | 100 | run: |
|
101 | 101 | set -ex
|
102 |
| - pip3 install eppo-server-sdk --find-links dist --force-reinstall |
| 102 | + pip3 install eppo-server-sdk --no-index --find-links dist --force-reinstall |
103 | 103 | npm ci
|
104 | 104 | npm run with-server test:python
|
105 | 105 |
|
@@ -167,7 +167,7 @@ jobs:
|
167 | 167 | python3 -m virtualenv .venv
|
168 | 168 | source .venv/bin/activate
|
169 | 169 | pip install pytest cachetools
|
170 |
| - pip install eppo-server-sdk --find-links dist --force-reinstall |
| 170 | + pip install eppo-server-sdk --no-index --find-links dist --force-reinstall |
171 | 171 | npm ci
|
172 | 172 | npm run with-server test:python
|
173 | 173 |
|
@@ -206,7 +206,7 @@ jobs:
|
206 | 206 | set -ex
|
207 | 207 | python3 -m venv .venv
|
208 | 208 | source .venv/Scripts/activate
|
209 |
| - pip install eppo-server-sdk --find-links dist --force-reinstall |
| 209 | + pip install eppo-server-sdk --no-index --find-links dist --force-reinstall |
210 | 210 | pip install pytest cachetools
|
211 | 211 | npm ci
|
212 | 212 | npm run with-server test:python
|
@@ -243,7 +243,7 @@ jobs:
|
243 | 243 | set -ex
|
244 | 244 | python3 -m venv .venv
|
245 | 245 | source .venv/bin/activate
|
246 |
| - pip install eppo-server-sdk --find-links dist --force-reinstall |
| 246 | + pip install eppo-server-sdk --no-index --find-links dist --force-reinstall |
247 | 247 | pip install pytest cachetools
|
248 | 248 | npm ci
|
249 | 249 | npm run with-server test:python
|
|
0 commit comments