Skip to content

Commit

Permalink
try to fix package install
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Sep 12, 2024
1 parent 1b84de4 commit 59787a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ jobs:

- name: Install chgnet through uv
run: |
uv pip install -e .[test,logging] --resolution=${{ matrix.version.resolution }} --system
uv sync --all-extras --dev
# uv pip install -e .[test,logging] --resolution=${{ matrix.version.resolution }} --system
- name: Run Tests
run: pytest --capture=no --cov --cov-report=xml
run: uv run pytest --capture=no --cov --cov-report=xml
env:
CHGNET_DEVICE: cpu

Expand Down

0 comments on commit 59787a6

Please sign in to comment.