Skip to content

Commit

Permalink
Merge branch 'pp/utility_function' of github.com:NREL/elm into pp/uti…
Browse files Browse the repository at this point in the history
…lity_function
  • Loading branch information
grantbuster committed Jul 8, 2024
2 parents 79d6d41 + 2660cf4 commit 82bece3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest_ords.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Install dependencies'
shell: bash -l {0}
run: |
conda install -c conda-forge poppler
python -c "import sqlite3; print(0, sqlite3)"
conda install -c conda-forge poppler --freeze-installed
python -c "import sqlite3; print(1, sqlite3)"
python -m pip install --upgrade pip
python -c "import sqlite3; print(2, sqlite3)"
Expand Down

0 comments on commit 82bece3

Please sign in to comment.