Skip to content

Commit 069001c

Browse files
committed
use branch spack_recipes:add_use_of_mambo_step_repository to get access to mambo
1 parent b5e0e67 commit 069001c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/spack-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ on:
1111
jobs:
1212
call:
1313
name: Call Spack CI
14-
uses: LIHPC-Computational-Geometry/spack_recipes/.github/workflows/spack-reusable.yml@main
14+
uses: LIHPC-Computational-Geometry/spack_recipes/.github/workflows/spack-reusable.yml@add_use_of_mambo_step_repository

test_link/test_curves_fuse.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
import os
22
import pyMagix3D as Mgx3D
33

4-
step_file_name = "mambo/Simple/S45.step"
4+
step_file_name = "../mambo/Simple/S45.step"
55

66
def test_curves_fuse_s45():
77
ctx = Mgx3D.getStdContext()
88
ctx.clearSession() # Clean the session after the previous test
99
gm = ctx.getGeomManager ()
1010
tm = ctx.getTopoManager ()
1111

12+
print(os.listdir("../"))
13+
print(os.listdir("./"))
14+
os.listdir("../mambo")
15+
os.listdir("../mam/Simple")
16+
1217
ctx.setLengthUnit(Mgx3D.Unit.meter)
1318
gm.importSTEP(step_file_name)
1419
assert gm.getNbVolumes()==1

0 commit comments

Comments
 (0)