Skip to content

Commit

Permalink
use uv pip install for now
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Sep 12, 2024
1 parent 4eed205 commit 610b641
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:

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

0 comments on commit 610b641

Please sign in to comment.