We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4622de6 commit f1b1f44Copy full SHA for f1b1f44
.github/workflows/test_turtle.yml
@@ -16,7 +16,8 @@ on:
16
jobs:
17
check-code:
18
runs-on: ubuntu-22.04
19
- container: quay.io/fenicsproject/stable:latest
+ # Runs against FEniCS main branch built the 08-12-2022
20
+ container: ghcr.io/scientificcomputing/fenics:2022-12-08
21
steps:
22
# This action sets the current path to the root of your github repo
23
- uses: actions/checkout@v3
setup.py
@@ -4,7 +4,7 @@
4
long_description = fh.read()
5
6
DEPENDENCIES = ['configargparse', "fenics-dolfin",
7
- "scipy", "cppimport"]
+ "scipy", "cppimport", "numpy"]
8
TEST_DEPENDENCIES = ['pytest']
9
10
VERSION = "1.5"
0 commit comments