Skip to content

Commit

Permalink
Uprated to uv
Browse files Browse the repository at this point in the history
  • Loading branch information
sandenbergmelo committed Nov 30, 2024
1 parent 8f18b8d commit e3b8351
Show file tree
Hide file tree
Showing 5 changed files with 1,263 additions and 2,053 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
with:
python-version: '3.12'

- name: Instalar o Poetry
run: pipx install poetry
- name: Instalar uv
uses: astral-sh/setup-uv@v4

- name: Instalar dependências
run: poetry install
run: uv sync

- name: Executar testes
run: poetry run task test
run: uv run task test
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"cSpell.words": [
"addopts",
"fastapi",
"fastzero",
"freezegun",
Expand All @@ -10,6 +11,9 @@
"pwdlib",
"pydantic",
"pyenv",
"pyjwt",
"pytest",
"pythonpath",
"sqlalchemy",
"taskipy",
"testcontainers"
Expand Down
Loading

0 comments on commit e3b8351

Please sign in to comment.