Skip to content

Commit

Permalink
try not installing pypdfium2
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebCourier committed Nov 21, 2023
1 parent 02593aa commit d73e2c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/examples_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
python3 -m venv env
source env/bin/activate
make full;
pip install openai==0.28.1 jupyter nbconvert 'pypdfium2>=4.23.1';
pip install openai==0.28.1 jupyter nbconvert;
# pip install openai==0.28.1 jupyter nbconvert 'pypdfium2>=4.23.1';
pip install .;
- name: Check for pypdfium2
Expand Down

0 comments on commit d73e2c4

Please sign in to comment.