Skip to content

Commit 4a5cfae

Browse files
committed
ci: don't run peter-jr tests on Windows
1 parent 92c61bd commit 4a5cfae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ jobs:
159159
poetry run python -m pip install --force-reinstall ./dist/*
160160
poetry run python -m pytest tests/python
161161
- name: Run JS tests (peter-jr)
162+
if: ${{ runner.os != 'Windows' }} # Python on Windows doesn't have the readline library
163+
# FIXME: on macOS we must make sure to use the GNU version of wc and realpath
162164
run: |
163165
poetry run bash ./peter-jr ./tests/js/
164166
sdist:

0 commit comments

Comments
 (0)