Skip to content

Commit e7b5dd0

Browse files
committed
ci: don't run interpreter tests for Linux
This is still having issues in automation. Why, I'm not sure.
1 parent 5f9021e commit e7b5dd0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -243,12 +243,7 @@ jobs:
243243
- name: Validate Distribution
244244
run: |
245245
chmod +x build/pythonbuild
246-
247-
if [[ "${{matrix.triple }}" == x86_64-* ]]; then
248-
EXTRA_ARGS="--run"
249-
fi
250-
251-
build/pythonbuild validate-distribution ${EXTRA_ARGS} dist/*.tar.zst
246+
build/pythonbuild validate-distribution dist/*.tar.zst
252247
253248
- name: Upload Distribution
254249
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)