Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Mar 6, 2024
1 parent 81e2545 commit 6e91d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
conda config --set channel_priority strict
conda install -c techMindee -c pypdfium2-team -c bblanchon -c defaults -c conda-forge python-doctr
conda list python-doctr
python -c "from importlib.metadata import version; print(version('doctr'))"
python -c "from importlib.metadata import version; print(version('python-doctr'))"

0 comments on commit 6e91d1d

Please sign in to comment.