Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhau committed Jan 17, 2025
1 parent fd3c0ab commit c176eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
run: |
if [[ "${{ matrix.python-version }}" == "3.13" ]]
then
echo "toxenv=py312" >> $GITHUB_OUTPUT
echo "toxenv=py313" >> $GITHUB_OUTPUT
elif [[ "${{ matrix.python-version }}" == "3.12" ]]
then
echo "toxenv=py311" >> $GITHUB_OUTPUT
echo "toxenv=py312" >> $GITHUB_OUTPUT
elif [[ "${{ matrix.python-version }}" == "3.11" ]]
then
echo "toxenv=py311" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit c176eec

Please sign in to comment.