Skip to content

Commit

Permalink
switch from poetry to uv
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Nov 25, 2024
1 parent a074f71 commit eb9fd3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
run: uv python install

- name: Install dependencies
run: uv sync --all-extras --dev

run: uv sync --all-groups
- name: Run tests for PR
run: |
uv run pytest --cov-config=.coveragerc --cov=.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: uv python install

- name: Install dependencies
run: uv sync --all-extras --dev
run: uv sync --all-groups

- name: Run update script
run: uv run python update.py
Expand Down

0 comments on commit eb9fd3b

Please sign in to comment.