Skip to content

Commit

Permalink
Merge pull request #466 from redhatci/nmcli_ex
Browse files Browse the repository at this point in the history
Add nmcli module to exclusion list
  • Loading branch information
tonyskapunk authored Oct 14, 2024
2 parents b7f136c + 9d3325f commit a73a0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
# Prefer using podman over docker
apt-get download podman-docker
sudo dpkg --force-all -i podman-docker*.deb 2>/dev/null
EXCLUDE="--exclude hack/"
EXCLUDE="--exclude hack/ --exclude plugins/modules/nmcli.py"
git checkout -b branch
git fetch --unshallow origin main
# extract all the supported python versions from the error message, excluding 3.5
Expand Down

0 comments on commit a73a0d4

Please sign in to comment.