Skip to content

Commit

Permalink
Change pre-commit workflow python version to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Oct 11, 2024
1 parent e3f808e commit cbe2b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: "3.12"
- run: pip3 install pre-commit
- run: pre-commit run --files NiChart_DLMUSE/*

0 comments on commit cbe2b79

Please sign in to comment.