Skip to content

Commit

Permalink
Fix mypy runs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed May 23, 2024
1 parent 7537948 commit fddeb18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
if: fromJSON(needs.project-metadata.outputs.is_poetry_project)
run: |
uv pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/build.txt
poetry install --all-extras --with typing --with test --no-interaction
source .venv/bin/activate && poetry install --all-extras --with typing --with test --no-interaction
- name: Install package with uv
if: ${{ ! fromJSON(needs.project-metadata.outputs.is_poetry_project) }}
run: |
Expand Down
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
This version is not released yet and is under active development.
```

- Fix `mypy` run for Poetry projects.

## [3.5.3 (2024-05-23)](https://github.com/kdeldycke/workflows/compare/v3.5.2...v3.5.3)

- Pin `uv` version everywhere to improve stability.
- Fix mypy execution and dependency installation.
- Fix `mypy` execution and dependency installation.

## [3.5.2 (2024-05-22)](https://github.com/kdeldycke/workflows/compare/v3.5.1...v3.5.2)

Expand Down

0 comments on commit fddeb18

Please sign in to comment.