From ece255d1d8d03bfc2bbf34746a9d4978b892e525 Mon Sep 17 00:00:00 2001 From: Karl Nelson Date: Sat, 16 Nov 2024 17:11:05 -0800 Subject: [PATCH] Try yet again --- .azure/scripts/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/scripts/wheels.yml b/.azure/scripts/wheels.yml index c2c1b42e2..8799fd359 100644 --- a/.azure/scripts/wheels.yml +++ b/.azure/scripts/wheels.yml @@ -16,7 +16,7 @@ steps: displayName: 'Show wheelhouse' - script: | - python -m pip install JPype1 --no-index -f wheelhouse + python -m pip install jpype1 --no-index -f wheelhouse displayName: 'Install module' - script: |