mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Fix path for ci (root at src/ifcopenshell-python)
This commit is contained in:
@@ -21,7 +21,7 @@ import pytest
|
||||
import ifcopenshell
|
||||
|
||||
|
||||
TEST_FILE_DIR = Path("./test/input/")
|
||||
TEST_FILE_DIR = Path("../../test/input/")
|
||||
|
||||
|
||||
class TestOpen:
|
||||
|
||||
Reference in New Issue
Block a user