Skip to content

Commit

Permalink
Update act workflow
Browse files Browse the repository at this point in the history
This patch updates the act workflow as it was missed when dropping the
3.8/3.9 CI.
boomanaiden154 committed Dec 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 8379a89 commit daae9ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -31,8 +31,8 @@ jobs:
_ver="['3.10']"
_cache="1"
else
# 3.8 instead of '3.8' to make github act work.
_ver="[3.8]"
# 3.10 instead of '3.10' to make github act work.
_ver="[3.10]"
_cache="0"
fi
echo "version_matrix=$_ver" >> $GITHUB_OUTPUT

0 comments on commit daae9ba

Please sign in to comment.