mirror of https://github.com/astral-sh/ruff
Skip python -m ruff --help on linux-cross
This commit is contained in:
parent
bc7ddd8f3a
commit
7617519b4f
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue