Skip to content

Commit

Permalink
Downgrade the python-version in the Add License workflow
Browse files Browse the repository at this point in the history
Make the python-version match the pyproject.toml.
  • Loading branch information
prathamdby committed Mar 18, 2024
1 parent 3f7dcbc commit f61a615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.10"

- name: Add License
run: |
Expand Down

0 comments on commit f61a615

Please sign in to comment.