Skip to content

Commit

Permalink
tox: run conda list before running pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmmacleod committed Nov 18, 2024
1 parent a91b125 commit 326549a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ setenv =
; Tell the linker to look for shared libs inside the temporary Conda env.
; Needed to build BBHx's wheel, whick links to LAPACK.
LIBRARY_PATH={envdir}/lib:{env:LIBRARY_PATH:}
commands_pre =
conda list
commands = pytest

# The following are long running or may require
Expand Down

0 comments on commit 326549a

Please sign in to comment.