Skip to content

Commit 1902a39

Browse files
authored
Merge pull request #80 from finsberg/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 3b06a3d + 21e4191 commit 1902a39

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test_package_coverage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626

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+
2732
- name: Install package
2833
run: |
2934
python3 -m pip install scifem --no-build-isolation

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
1616
# Ruff version.
17-
rev: 'v0.9.9'
17+
rev: 'v0.11.5'
1818
hooks:
1919
# Run the linter.
2020
- id: ruff

0 commit comments

Comments
 (0)