Skip to content

Commit

Permalink
Update python-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DJStompZone authored Jun 7, 2024
1 parent 73de4a4 commit d362586
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
shell: powershell

- name: Test import pyreadline
run: python -c "import pyreadline; Write-Output 'pyreadline imported successfully'"
run: |
python -c "import pyreadline; print('pyreadline imported successfully')"
shell: powershell

0 comments on commit d362586

Please sign in to comment.