Skip to content

Commit 2d14647

Browse files
committed
Fix
1 parent 8b8469a commit 2d14647

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pytest_ords.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
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
@@ -35,6 +34,7 @@ jobs:
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

.github/workflows/pytest_postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)