Skip to content

Commit

Permalink
fix: add id for setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
myouju committed Jun 10, 2024
1 parent 78e87be commit 9492b6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Python Version
id: setup-python
uses: actions/setup-python@v2
with:
python-version: "${{ matrix.python-version }}"
Expand Down

0 comments on commit 9492b6a

Please sign in to comment.