Skip to content

Commit

Permalink
fix cluster subpackage not included
Browse files Browse the repository at this point in the history
  • Loading branch information
marian-code committed Feb 11, 2021
1 parent be7b2fa commit 6958e1a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: pip cache
uses: actions/cache@v2
with:
path: ~/.cache/pip
key:
${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- run: |
sudo apt update
sudo apt install gcc-${{ matrix.gcc }} g++-${{ matrix.gcc }}
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"deepmd/infer",
"deepmd/loss",
"deepmd/utils",
"deepmd/cluster"
],
python_requires=">=3.6",
classifiers=[
Expand Down

0 comments on commit 6958e1a

Please sign in to comment.