Skip to content

Commit

Permalink
typo error on test
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Dec 6, 2023
1 parent 6dc29a0 commit 568057f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
CIBW_SKIP: "*musllinux* pp*-win* pp31*"
CIBW_BUILD_VERBOSITY: 1
CIBW_TEST_COMMAND: >
python -c "import psutil" &&
python -c "import psutil"
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 568057f

Please sign in to comment.