mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-22 21:11:57 +00:00
Another attempt to fix tests.yml
This commit is contained in:
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@@ -93,15 +93,15 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
uv sync --group tests
|
python -m uv sync --group tests
|
||||||
|
|
||||||
- name: Show configuration
|
- name: Show configuration
|
||||||
run: |
|
run: |
|
||||||
uv --version
|
python -m uv --version
|
||||||
uv pip list
|
python -m uv pip list
|
||||||
docker --version
|
docker --version
|
||||||
docker ps
|
docker ps
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
uv run ./run-tests.sh
|
python -m uv run ./run-tests.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user