Skip to content

Commit

Permalink
Add missing build isolation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Jul 22, 2024
1 parent c2a3f87 commit 92c7535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Install Basix (Python)
run: |
cd python
python -m pip -v install --no-cache-dir .[ci] --config-settings=cmake.args=-DBasix_DIR=D:/a/basix/install/lib/cmake/basix
python -m pip -v install --no-build-isolation --no-cache-dir .[ci] --config-settings=cmake.args=-DBasix_DIR=D:/a/basix/install/lib/cmake/basix
cd ../
- name: Run units tests
Expand Down

0 comments on commit 92c7535

Please sign in to comment.