Skip to content

Commit

Permalink
string inputs for python versions, remove explicit package list in py…
Browse files Browse the repository at this point in the history
…project.toml
  • Loading branch information
Ury committed Jan 24, 2024
1 parent 60009a0 commit cbcf614
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
max-parallel: 100
matrix:
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
pycalphad_develop_version: [true, false]

steps:
Expand Down
12 changes: 0 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,3 @@ source = [
source_pkgs = [
"kawin"
]

[tool.setuptools]
packages = [
"kawin",
"kawin.tests",
"kawin.diffusion",
"kawin.precipitation",
"kawin.precipitation.coupling",
"kawin.precipitation.non_ideal",
"kawin.solver",
"kawin.thermo"
]

0 comments on commit cbcf614

Please sign in to comment.