mirror of
https://github.com/containers/ramalama.git
synced 2026-02-05 06:46:39 +01:00
Upgrade podman
Use ubuntu plucky repo for podman Signed-off-by: Eric Curtin <ecurtin@redhat.com>
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -103,7 +103,6 @@ jobs:
|
||||
|
||||
- name: run bats
|
||||
run: |
|
||||
export TMPDIR=$(mktemp -d)
|
||||
make validate
|
||||
make bats
|
||||
|
||||
@@ -143,7 +142,6 @@ jobs:
|
||||
|
||||
- name: bats-nocontainer
|
||||
run: |
|
||||
export TMPDIR=$(mktemp -d)
|
||||
make bats-nocontainer
|
||||
|
||||
docker:
|
||||
@@ -228,7 +226,6 @@ jobs:
|
||||
- name: Run a one-line script
|
||||
shell: bash
|
||||
run: |
|
||||
export TMPDIR=$(mktemp -d)
|
||||
make install-requirements
|
||||
make validate
|
||||
make bats-nocontainer
|
||||
|
||||
6
Makefile
6
Makefile
@@ -40,16 +40,16 @@ help:
|
||||
@echo
|
||||
|
||||
install-detailed-cov-requirements:
|
||||
uv pip install ".[cov-detailed]"
|
||||
pip install ".[cov-detailed]"
|
||||
|
||||
.PHONY: install-cov-requirements
|
||||
install-cov-requirements:
|
||||
uv pip install ".[cov]"
|
||||
pip install ".[cov]"
|
||||
|
||||
.PHONY: install-requirements
|
||||
install-requirements:
|
||||
./install-uv.sh
|
||||
uv pip install ".[dev]"
|
||||
pip install ".[dev]"
|
||||
|
||||
.PHONY: install-completions
|
||||
install-completions: completions
|
||||
|
||||
Reference in New Issue
Block a user