Skip to content

Commit e4d828b

Browse files
committed
update gh action
1 parent 30578d1 commit e4d828b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generate_readme_from_bib.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
# Step 3: Install dependencies
2626
- name: Install dependencies
2727
run: |
28-
pip install -r .github/workflows/requirements_dev.txt
28+
python -m pip install --upgrade pip
29+
pip install -r .github/workflows/requirements.txt
2930
3031
# Step 4: Run the script to generate README.md
3132
- name: Run README generation script

0 commit comments

Comments
 (0)