We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a476161 commit c20688aCopy full SHA for c20688a
.github/workflows/ci-tests.yaml
@@ -22,7 +22,6 @@ jobs:
22
python-version: ${{ matrix.python-version }}
23
- name: Install package and dependencies
24
run: |
25
- ls -l
26
conda install -c conda-forge pygraphviz
27
python --version
28
pip install -e .
pyproject.toml
@@ -46,6 +46,9 @@ build-backend = "setuptools.build_meta"
46
Documentation = "https://causal-testing-framework.readthedocs.io/"
47
Source = "https://github.com/CITCOM-project/CausalTestingFramework"
48
49
+[tool.setuptools.packages.find]
50
+where = ["causal_testing"]
51
+
52
[tool.setuptools_scm]
53
54
[tool.black]
0 commit comments