From ebda9b31d900fa07f230ddf5fddb3dc77962de25 Mon Sep 17 00:00:00 2001 From: Zanie Adkins Date: Fri, 12 May 2023 13:47:30 -0500 Subject: [PATCH] Update CI to test `python -m ruff` on release (#4397) --- .github/workflows/release.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4383aefa6a0be..dbef788a00dc4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,6 +37,7 @@ jobs: run: | pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall ruff --help + python -m ruff --help - name: "Upload wheels" uses: actions/upload-artifact@v3 with: @@ -73,6 +74,7 @@ jobs: run: | pip install dist/${{ env.PACKAGE_NAME }}-*universal2.whl --force-reinstall ruff --help + python -m ruff --help - name: "Upload wheels" uses: actions/upload-artifact@v3 with: @@ -121,6 +123,7 @@ jobs: run: | python -m pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall ruff --help + python -m ruff --help - name: "Upload wheels" uses: actions/upload-artifact@v3 with: @@ -166,6 +169,7 @@ jobs: run: | pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall ruff --help + python -m ruff --help - name: "Upload wheels" uses: actions/upload-artifact@v3 with: @@ -231,6 +235,7 @@ jobs: run: | pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall ruff --help + python -m ruff --help - name: "Upload wheels" uses: actions/upload-artifact@v3 with: @@ -280,6 +285,7 @@ jobs: apk add py3-pip pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links /io/dist/ --force-reinstall ruff --help + python -m ruff --help - name: "Upload wheels" uses: actions/upload-artifact@v3 with: