Skip to content

Commit 7a6d2d7

Browse files
committed
fix path for installing python SDK from files
1 parent 65acbc2 commit 7a6d2d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ansible-tests-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
working-directory: .ansible/collections/ansible_collections/equinix/cloud
5656

5757
- name: install cloned Python SDK
58-
run: python3 -m pip install ./equinix_metal
58+
run: python3 -m pip install .
5959

6060

6161
- name: replace existing keys

0 commit comments

Comments
 (0)