File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 channels : conda-forge,defaults
2424 python-version : ${{ matrix.python-version }}
2525 miniconda-version : " latest"
26- packages : pip
2726 - name : Install Poppler Reqs
2827 run : |
2928 if [ "$RUNNER_OS" == "Linux" ]; then
3534 shell : bash
3635 - name : Install dependencies
3736 run : |
37+ conda install -y pip
3838 conda install -c conda-forge poppler
3939 python -m pip install --upgrade pip
4040 python -m pip install pdftotext
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 channels : conda-forge,defaults
2424 python-version : ${{ matrix.python-version }}
2525 miniconda-version : " latest"
26- packages : pip
2726 - name : Install dependencies
2827 shell : bash -l {0}
2928 run : |
29+ conda install -y pip
3030 python -m pip install --upgrade pip
3131 python -m pip install psycopg2-binary
3232 python -m pip install boto3
You can’t perform that action at this time.
0 commit comments