Skip to content

Commit

Permalink
perhaps install from wheels?
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Oct 14, 2024
1 parent 4d5a319 commit 394dd50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ jobs:
# see: https://discuss.dgl.ai/t/filenotfounderror-cannot-find-dgl-c-graphbolt-library/4302
pip install torch==2.2.1
# Install from sdist to test the content
# Install from wheels to test the content
uv pip install build
python -m build --sdist
python -m build --wheels
uv pip install dist/*.tar.gz
uv pip install dist/*.whl
uv pip install pymatgen[${{ matrix.config.extras }}] --resolution=${{ matrix.config.resolution }}
- name: Install optional Ubuntu dependencies
Expand Down

0 comments on commit 394dd50

Please sign in to comment.