diff --git a/.github/workflows/build-and-test-MACS3-non-x64.yml b/.github/workflows/build-and-test-MACS3-non-x64.yml index 5a12cc9f..08d17ac5 100644 --- a/.github/workflows/build-and-test-MACS3-non-x64.yml +++ b/.github/workflows/build-and-test-MACS3-non-x64.yml @@ -110,7 +110,7 @@ jobs: # Because we already upgraded the libraries in previous # step, I don't expect to see any dependencies will be # upgraded here. - pip3 install --upgrade-strategy only-if-needed . + pip3 install --upgrade-strategy only-if-needed --no-build-isolation . # run test pytest --runxfail && cd test && ./cmdlinetest-nohmmratac macs3