This commit is contained in:
KatKatKateryna 2024-01-18 22:04:30 +00:00
Родитель 55d752361f
Коммит 494e89b25a
2 изменённых файлов: 9 добавлений и 1 удалений

Просмотреть файл

@ -107,6 +107,8 @@ jobs:
type: string
steps:
- checkout
- attach_workspace:
at: ./
- run:
name: Install python
command: |

Просмотреть файл

@ -6,7 +6,13 @@ import os
import sys
def test_path():
def tests_path():
import specklepy_qt_ui
assert True
def test_path1():
import speckle
p = os.path.abspath(os.path.dirname(speckle.__file__))