Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmncs committed Jul 21, 2022
1 parent e6021d3 commit 9ce85ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ls -lh ${{ steps.py3.outputs.python-path }}
ls -lh ${{ env.pythonLocation }}
which python
${{ steps.py3.outputs.python-path }} -c "print("hey")"
${{ steps.py3.outputs.python-path }} -c "print('hey')"
- name: Build wheel
uses: messense/maturin-action@v1
with:
Expand Down

0 comments on commit 9ce85ec

Please sign in to comment.