Skip to content

Commit

Permalink
debug sqlite3 install
Browse files Browse the repository at this point in the history
  • Loading branch information
grantbuster committed Jul 8, 2024
1 parent 7cdb898 commit 79d6d41
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pytest_ords.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,21 @@ jobs:
shell: bash -l {0}
run: |
conda install -c conda-forge poppler
python -c "import sqlite3; print(1, sqlite3)"
python -m pip install --upgrade pip
python -c "import sqlite3; print(2, sqlite3)"
python -m pip install pdftotext
python -c "import sqlite3; print(3, sqlite3)"
python -m pip install pytest
python -c "import sqlite3; print(4, sqlite3)"
python -m pip install pytest-mock
python -c "import sqlite3; print(5, sqlite3)"
python -m pip install pytest-cov
python -c "import sqlite3; print(6, sqlite3)"
python -m pip install .
python -c "import sqlite3; print(7, sqlite3)"
playwright install
python -c "import sqlite3; print(8, sqlite3)"
- name: Run pytest and Generate coverage report
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 79d6d41

Please sign in to comment.