Skip to content

Commit 4b17aa5

Browse files
committed
feat: migrate from poetry to uv
1 parent d2cd19e commit 4b17aa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
run: uv run ansible-galaxy install -r requirements.yml
124124

125125
- name: Run tests
126-
run: make test DISCOVER=${{ matrix.molecule-discover }}
126+
run: make test DRIVER=docker DISCOVER=${{ matrix.molecule-discover }}
127127
env:
128128
MOLECULE_DISTRO: ${{ matrix.molecule-distro }}
129129

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ lint:
2424

2525
# make test DRIVER=docker DISCOVER=roles/
2626
test:
27-
pytest -rP -p no:warnings -m ${DRIVER:-docker} --molecule ${DISCOVER}
27+
pytest -rP -p no:warnings -m ${DRIVER} --molecule ${DISCOVER}
2828

2929
molecule:
3030
pushd roles/$(ROLE) && uv run molecule test -s $(ROLE); popd

0 commit comments

Comments
 (0)