Skip to content

Commit

Permalink
chore: exclude uv.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
lumina37 committed Dec 29, 2024
1 parent ace31e4 commit 20ceb00
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1,829 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- name: Setup UV
uses: astral-sh/setup-uv@v5
with:
cache-dependency-glob: "pyproject.toml"

- name: Install dependencies
run: uv sync
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:

- name: Setup UV
uses: astral-sh/setup-uv@v5
with:
cache-dependency-glob: "pyproject.toml"

- name: Install dependencies
run: uv sync -p ${{ matrix.python-version }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dist/
*build*/

.python-version
*.lock

/*.py
account.toml
Expand Down
Loading

0 comments on commit 20ceb00

Please sign in to comment.