Skip to content

Commit afcd7d2

Browse files
authored
Merge pull request #69 from finsberg/scifem-no-build-isolation
Install scifem with no-build-isolation in CI
2 parents c98cc05 + 561d94a commit afcd7d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test_package_coverage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
- uses: actions/checkout@v4
2626

2727
- name: Install package
28-
run: python3 -m pip install .[test]
28+
run: |
29+
python3 -m pip install scifem --no-build-isolation
30+
python3 -m pip install .[test]
2931
3032
- name: Run tests
3133
run: python3 -m pytest -m "not benchmark"

0 commit comments

Comments
 (0)