Skip to content

Commit

Permalink
use uv to install
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Dec 18, 2024
1 parent 84b7417 commit 5fbe4a3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,10 @@ jobs:
with:
cache: pip

- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel setuptools
python -m pip install -r requirements.txt
- name: Install artisatomic
run: |
python -m pip install -e .
python3 -m pip install uv
python3 -m uv pip install --compile-bytecode --editable .
- name: Cache CMFGEN atomic data
uses: actions/cache@v4
Expand Down

0 comments on commit 5fbe4a3

Please sign in to comment.