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 6257a5a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ deps =
mkl;'arm' not in platform_machine

[testenv]
allowlist_externals = bash
allowlist_externals =
bash
conda
passenv=LAL_DATA_PATH
conda_deps=openssl
conda_channels=conda-forge
Expand All @@ -39,6 +41,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 6257a5a

Please sign in to comment.