Skip to content

Commit

Permalink
-cat
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkf committed Oct 17, 2022
1 parent 28ec464 commit fdb16c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
${{ matrix.python }} -m pip install --no-index --find-links pytest/wheels pytest
printf "%s\n" "import sys" "print(sys.path)" "print(sys.modules.keys())" >zzz.py
${{ matrix.python }} zzz.py
cat /home/runner/jython/bin/pytest
- name: Install pytest (check)
if: ${{ matrix.python-impl != 'cpython' && matrix.python-impl != 'jython' }}
run: echo "::error Unexpected python-impl ${{ matrix.python-impl }}!"
Expand Down

0 comments on commit fdb16c0

Please sign in to comment.