We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b06a3d + 21e4191 commit 1902a39Copy full SHA for 1902a39
2 files changed
.github/workflows/test_package_coverage.yml
@@ -24,6 +24,11 @@ jobs:
24
steps:
25
- uses: actions/checkout@v4
26
27
+ - name: Install development version of scifem
28
+ if : ${{ matrix.container == 'ghcr.io/fenics/dolfinx/dolfinx:nightly' }}
29
+ run: |
30
+ python3 -m pip install git+https://github.com/scientificcomputing/scifem.git --no-build-isolation
31
+
32
- name: Install package
33
run: |
34
python3 -m pip install scifem --no-build-isolation
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
# Ruff version.
17
- rev: 'v0.9.9'
+ rev: 'v0.11.5'
18
hooks:
19
# Run the linter.
20
- id: ruff
0 commit comments