Skip python -m ruff --help on linux-cross

This commit is contained in:
Charlie Marsh 2023-05-12 15:46:42 -04:00
parent bc7ddd8f3a
commit 7617519b4f
1 changed files with 0 additions and 1 deletions

View File

@ -235,7 +235,6 @@ jobs:
run: | run: |
pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall
ruff --help ruff --help
python3 -m ruff --help
- name: "Upload wheels" - name: "Upload wheels"
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: