Skip to content

Commit

Permalink
Merge branch 'main' into test-CI-via-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd authored Mar 18, 2024
2 parents b02369e + df7360c commit fa92197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test-code-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
test_scripts:
runs-on: ubuntu-latest
container: ghcr.io/scientificcomputing/fenics:2023-04-21
# Use older DOLFIN image, due to ulfy using ufl directly

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires-python = ">=3.8"
readme = "README.md"

# Path to license file
license = {file = "LICENSE"}
license = { file = "LICENSE" }

# Direct dependencies
dependencies = [
Expand Down

0 comments on commit fa92197

Please sign in to comment.