Skip to content

Commit

Permalink
Add Invoke and UV tools in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cmin764 committed Nov 6, 2024
1 parent 1af0190 commit b2a4016
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
with:
python-version: 3.12

- name: Upgrade pip
run: python -m pip install --upgrade pip
- name: Upgrade PIP and install Invoke and UV
run: |
python -m pip install --upgrade pip
pip install 'invoke' 'uv'
- name: Cache dependencies
uses: actions/cache@v4
Expand Down

0 comments on commit b2a4016

Please sign in to comment.