Skip to content

Commit

Permalink
try with uv
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-runkle committed Oct 4, 2024
1 parent 4107af4 commit 100b620
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ jobs:
allow-prereleases: true
- uses: eifinger/[email protected]
- name: Pin python-version ${{ matrix.python-version }}
run: rye pin ${{ matrix.python-version }}
- run: rye config --set-bool behavior.use-uv=true
# Update all dependencies to the latest version possible
- run: rye sync --update-all
- run: |
# We're using uv here bc I couldn't get rye to work with pins for beta
# Update all dependencies to the latest version possible
run: |
pip install uv
uv python pin ${{ matrix.python-version }}
uv sync --update-all
uv pip install "logfire-api @ file://logfire-api"
- run: rye show
- run: mkdir coverage
Expand Down

0 comments on commit 100b620

Please sign in to comment.