We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c61bd commit 4a5cfaeCopy full SHA for 4a5cfae
.github/workflows/test-and-publish.yaml
@@ -159,6 +159,8 @@ jobs:
159
poetry run python -m pip install --force-reinstall ./dist/*
160
poetry run python -m pytest tests/python
161
- 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
164
run: |
165
poetry run bash ./peter-jr ./tests/js/
166
sdist:
0 commit comments