Skip to content

Commit

Permalink
List files with pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed Jul 24, 2024
1 parent 19d0fa5 commit 86024d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packaging/test_wheel.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ if ($venv) {

pip uninstall -y nmodl nmodl-nightly
pip install "${wheel}[test]"
pip show nmodl-nightly
}

pip show -f nmodl
pip show -f nmodl-nightly

Get-ChildItem -Path $TEST_DIR/input -Filter "*.mod" | ForEach-Object {
$path = $_ -replace "\\","/"
Write-Output "nmodl -o $TEST_DIR/output $path sympy --analytic"
Expand Down

0 comments on commit 86024d5

Please sign in to comment.