Skip to content

Commit

Permalink
fix python version as string in actions/setup-python@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Boisselet Alexandre (IFAT DC ATV SC D TE2) authored and Boisselet Alexandre (IFAT DC ATV SC D TE2) committed May 22, 2024
1 parent 3203c51 commit 0c00a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.10"
- name: Install flit
run: pip install flit
- name: Build package
Expand Down

0 comments on commit 0c00a80

Please sign in to comment.