Skip to content

Commit 25579d2

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

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=pp39-*" >> "$GITHUB_OUTPUT"
9696
else
9797
echo "build=*" >> "$GITHUB_OUTPUT"
9898
fi

0 commit comments

Comments
 (0)