Skip to content

Commit c20688a

Browse files
State package in pyproject.toml (remove debugging)
1 parent a476161 commit c20688a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci-tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install package and dependencies
2424
run: |
25-
ls -l
2625
conda install -c conda-forge pygraphviz
2726
python --version
2827
pip install -e .

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ build-backend = "setuptools.build_meta"
4646
Documentation = "https://causal-testing-framework.readthedocs.io/"
4747
Source = "https://github.com/CITCOM-project/CausalTestingFramework"
4848

49+
[tool.setuptools.packages.find]
50+
where = ["causal_testing"]
51+
4952
[tool.setuptools_scm]
5053

5154
[tool.black]

0 commit comments

Comments
 (0)