Skip to content

Commit 3285fde

Browse files
committed
OSV pip issues
Signed-off-by: Effi-S <effi.szt@gmail.com>
1 parent bf81f5c commit 3285fde

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ jobs:
5555
5656
- name: Install dependencies
5757
run: |
58-
python -m pip install --upgrade pip
59-
pip install -r requirements.txt
58+
pip install -r requirements.txt --require-hashes
6059
6160
- name: Build documentation (Strict Mode)
6261
run: |

.github/workflows/token-validation-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
python-version: '3.12'
225225

226226
- name: Install parser dependencies
227-
run: pip install pandas==3.0.5
227+
run: pip install "pandas @ git+https://github.com/pandas-dev/pandas.git@e68db09ecf6427d1b62e565bacf17f2e525a3032"
228228

229229
- name: Build comparison report
230230
id: report

0 commit comments

Comments
 (0)