Skip to content

Commit

Permalink
[Cherry pick] Remove Dockefile.rocm; rename tests to test in setup an…
Browse files Browse the repository at this point in the history
…d pyproject.toml (#445)

* update version to 1.1.0

* correct branch name to release/1.1 in document

* remove Dockefile.rocm; rename tests to test in setup and pyproject.toml
  • Loading branch information
HydrogenSulfate authored Jul 24, 2023
1 parent e83229d commit 3315799
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 38 deletions.
36 changes: 0 additions & 36 deletions Dockerfile.rocm

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Documentation = "https://paddlescience-docs.readthedocs.io/zh/latest/"

[tool.setuptools.packages.find]
where = ["."]
exclude = ["docs*", "examples*", "jointContribution*", "test_tipc*", "tests*", "tools*"]
exclude = ["docs*", "examples*", "jointContribution*", "test_tipc*", "test*", "tools*"]

[tool.ruff]
line-length = 88
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def readme():
"examples",
"jointContribution",
"test_tipc",
"tests",
"test",
"tools",
)
),
Expand Down

0 comments on commit 3315799

Please sign in to comment.