Skip to content

Commit

Permalink
specify python patch too for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
YigitElma committed Dec 12, 2024
1 parent e70e0af commit e0005dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cache_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
combos:
- {python_version: '3.9', venv_suffix: '9'}
- {python_version: '3.10', venv_suffix: '10'}
- {python_version: '3.11', venv_suffix: '11'}
- {python_version: '3.12', venv_suffix: '12'}
- {python_version: '3.11.11', venv_suffix: '11'}
- {python_version: '3.12.8', venv_suffix: '12'}

steps:
- uses: actions/checkout@v4
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
matrix:
combos: [{group: 1, python_version: '3.9', venv_suffix: '9'},
{group: 2, python_version: '3.10', venv_suffix: '10'},
{group: 3, python_version: '3.11', venv_suffix: '11'},
{group: 4, python_version: '3.12', venv_suffix: '12'},
{group: 5, python_version: '3.12', venv_suffix: '12'},
{group: 6, python_version: '3.12', venv_suffix: '12'},
{group: 7, python_version: '3.12', venv_suffix: '12'},
{group: 8, python_version: '3.12', venv_suffix: '12'}]
{group: 3, python_version: '3.11.11', venv_suffix: '11'},
{group: 4, python_version: '3.12.8', venv_suffix: '12'},
{group: 5, python_version: '3.12.8', venv_suffix: '12'},
{group: 6, python_version: '3.12.8', venv_suffix: '12'},
{group: 7, python_version: '3.12.8', venv_suffix: '12'},
{group: 8, python_version: '3.12.8', venv_suffix: '12'}]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e0005dc

Please sign in to comment.