Skip to content

Commit

Permalink
fixed: github workflow python version to 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
Almas-Ali committed Jul 24, 2024
1 parent 67c9b77 commit 94f42df
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: python3 -m pip install mypy ruff
- run: python3 test.py full


- run: python3.12 -m pip install mypy ruff
- run: python3.12 test.py full

0 comments on commit 94f42df

Please sign in to comment.