Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed May 10, 2024
1 parent 6ae6fbf commit c25d81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
steps:
- name: Setup python versions
run: |
echo "python_v1=3.9" ${{ matrix.platform.s }}
echo "python_v1=3.9" ${{ matrix.platform.write_to_env }}
echo "python_v2=3.10" ${{ matrix.platform.write_to_env }}
echo "python_v3=3.11" ${{ matrix.platform.write_to_env }}
echo "python_v4=3.12" ${{ matrix.platform.write_to_env }}
Expand Down

0 comments on commit c25d81b

Please sign in to comment.