Skip to content

Commit

Permalink
--no-build-isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliu committed Feb 14, 2024
1 parent dfd224b commit 1e7f107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-MACS3-non-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1e7f107

Please sign in to comment.