Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Dec 23, 2024
1 parent 9d23077 commit 4d04698
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install dev. dependencies
run: |-
apt-get update
apt-get install -y git make python3 python3-poetry --no-install-recommends
apt-get install -y git make python3 --no-install-recommends
poetry install --only lint,test
- name: Run linters to enforce code style
run: poetry run make lint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
with:
fetch-depth: 0
- name: Install container build dependencies
run: sudo apt install pipx && pipx install poetry
run: sudo apt install pipx && pipx install uv
- name: Build container image
run: python3 ./install/common/build-image.py --runtime docker --no-save
run: uv run ./install/common/build-image.py --runtime docker --no-save
- name: Get image tag
id: tag
run: |
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ package = [
"doit",
]

[project.optional-dependencies]
# Dependencies required for testing the code.
test = [
"pytest",
Expand Down
36 changes: 18 additions & 18 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4d04698

Please sign in to comment.