Skip to content

Commit

Permalink
fix: python version
Browse files Browse the repository at this point in the history
  • Loading branch information
rpidanny committed Dec 7, 2024
1 parent 65319f2 commit 8287aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/2019-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 2019/**
- .github/workflows/2019*
env:
PYTHON_VERSION: 3.10
PYTHON_VERSION: 3.10.15
YEAR: 2019

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2024-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 2024/**
- .github/workflows/2024*
env:
PYTHON_VERSION: 3.10
PYTHON_VERSION: 3.10.15
YEAR: 2024

jobs:
Expand Down

0 comments on commit 8287aa3

Please sign in to comment.