Skip to content

Commit cc46813

Browse files
committed
container 8
1 parent c682221 commit cc46813

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pull-request-management.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
runs-on: ubuntu-latest
190190
needs: [container-job]
191191
container:
192-
image: ghcr.io/shivani-gslab/avd/python_avd
192+
image: ghcr.io/shivani-gslab/avd/python_avd:0.0.1
193193
credentials:
194194
username: ${{ github.repository_owner }}
195195
password: ${{ secrets.GITHUB_TOKEN }}
@@ -200,9 +200,8 @@ jobs:
200200
shell: bash
201201
run: |
202202
pwd
203-
ls -al
204-
ls -l /__w/avd/
205-
source UV3.12/bin/activate
203+
ls
204+
# source UV3.12/bin/activate
206205
cd ansible_collections/arista/avd
207206
ansible-test units -vv
208207

0 commit comments

Comments
 (0)