Skip to content

Commit

Permalink
fix missing python in test lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danangmassandy committed Jan 9, 2025
1 parent f1617d2 commit 977eb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.9.20
python-version: 3.12.8
architecture: x64
- name: Checkout PyTorch
uses: actions/checkout@master
Expand Down

0 comments on commit 977eb80

Please sign in to comment.