Skip to content

Commit f1b1f44

Browse files
committed
Use scientificcomputing image with python 3.10 for testing
1 parent 4622de6 commit f1b1f44

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test_turtle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ on:
1616
jobs:
1717
check-code:
1818
runs-on: ubuntu-22.04
19-
container: quay.io/fenicsproject/stable:latest
19+
# Runs against FEniCS main branch built the 08-12-2022
20+
container: ghcr.io/scientificcomputing/fenics:2022-12-08
2021
steps:
2122
# This action sets the current path to the root of your github repo
2223
- uses: actions/checkout@v3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = fh.read()
55

66
DEPENDENCIES = ['configargparse', "fenics-dolfin",
7-
"scipy", "cppimport"]
7+
"scipy", "cppimport", "numpy"]
88
TEST_DEPENDENCIES = ['pytest']
99

1010
VERSION = "1.5"

0 commit comments

Comments
 (0)