Skip to content

Commit

Permalink
Use uv for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Dec 18, 2024
1 parent 6676eac commit c3f7b03
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,11 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v5
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 c3f7b03

Please sign in to comment.