mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-22 13:11:56 +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
|
||||
run: |
|
||||
uv sync --group tests
|
||||
python -m uv sync --group tests
|
||||
|
||||
- name: Show configuration
|
||||
run: |
|
||||
uv --version
|
||||
uv pip list
|
||||
python -m uv --version
|
||||
python -m uv pip list
|
||||
docker --version
|
||||
docker ps
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
uv run ./run-tests.sh
|
||||
python -m uv run ./run-tests.sh
|
||||
|
||||
Reference in New Issue
Block a user