Skip to content

Commit

Permalink
Also apply silence warning workaround for lint/test
Browse files Browse the repository at this point in the history
  • Loading branch information
zkdev committed Dec 10, 2024
1 parent 0020c5b commit a3979b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ jobs:
exit 1
fi
echo "installing linters"
export CFLAGS='-Wno-int-conversion'
if ! pip3 install --upgrade --break-system-packages \
--find-links /tmp/dist \
gardener-cicd-libs \
Expand Down Expand Up @@ -435,6 +436,7 @@ jobs:
echo "install dependencies for python-packages"
apk add --no-cache $(cat gardener-cicd-libs.apk-packages)
echo "install packages"
export CFLAGS='-Wno-int-conversion'
if ! pip3 install --break-system-packages \
--find-links /tmp/dist \
gardener-cicd-libs \
Expand Down

0 comments on commit a3979b0

Please sign in to comment.