Skip to content

Commit

Permalink
Merge pull request #52 from henryiii/henryiii/ci/uv
Browse files Browse the repository at this point in the history
ci: try uv
  • Loading branch information
dcwatson authored May 14, 2024
2 parents 643b543 + 59871ae commit 436d03f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Setup uv
uses: yezz123/setup-uv@v4
- name: Install
run: pip install -r requirements-dev.lock
run: uv pip install --system -r requirements-dev.lock
- name: Run Tests
run: pytest
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ __pycache__
.DS_Store
/dist
/build
/wheelhouse
/pip-wheel-metadata
.vscode
.venv
Expand Down

0 comments on commit 436d03f

Please sign in to comment.