Cats solve problems, right?

This commit is contained in:
Itamar Turner-Trauring 2023-01-12 10:01:09 -05:00
parent 98624f3d6a
commit e142f051b4

View File

@ -91,11 +91,11 @@ jobs:
# On Windows, a non-blocking pipe might respond (when emulating Unix-y
# API) with ENOSPC to indicate buffer full. Trial doesn't handle this
# well. So, we pipe the output through Get-Content (similar to piping
# through cat) to make buffer handling someone else's problem.
# well. So, we pipe the output through cat to make buffer handling someone
# else's problem.
- name: Run tox for corresponding Python version
if: ${{ contains(matrix.os, 'windows') }}
run: python -m tox | Get-Content
run: python -m tox | cat
- name: Upload eliot.log
uses: actions/upload-artifact@v3