Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update integration.yml
  • Loading branch information
ashwini-mhatre authored Apr 2, 2024
commit 3357191f32bca91a43ef1dcd44ffdeb11ecc930d
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
run: python${{ matrix.python-version }} -m pip list

- name: Install the integration test dependency
run: python${{ matrix.python-version }} -m pip install git+https://github.com/ashwini-mhatre/pytest-ansible-network-integration.git
run: python${{ matrix.python-version }} -m pip install git+https://github.com/ansible-network/pytest-ansible-network-integration.git

- name: Clear current lab id if any
run: 'cml clear'
Expand Down