Skip to content

Commit 4622de6

Browse files
committed
Try less deps
1 parent 6a0bee5 commit 4622de6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/test_turtle.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ on:
1515
- cron: "0 8 * * *"
1616
jobs:
1717
check-code:
18-
env:
19-
DEB_PYTHON_INSTALL_LAYOUT: deb_system
2018
runs-on: ubuntu-22.04
2119
container: quay.io/fenicsproject/stable:latest
2220
steps:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open("README.md", "r") as fh:
44
long_description = fh.read()
55

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

0 commit comments

Comments
 (0)