Skip to content

Commit dba9df6

Browse files
committed
chore: test pypy [DO NOT MERGE]
Signed-off-by: JP-Ellis <josh@jpellis.me>
1 parent 93fb5a9 commit dba9df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
# the latest stable version of Python.
9393
run: |
9494
if [[ "${{ github.event_name}}" == "pull_request" ]] ; then
95-
echo "build=cp${STABLE_PYTHON_VERSION/./}-*" >> "$GITHUB_OUTPUT"
95+
echo "build=pp38-*" >> "$GITHUB_OUTPUT"
9696
else
9797
echo "build=*" >> "$GITHUB_OUTPUT"
9898
fi

0 commit comments

Comments
 (0)