Skip to content

Commit

Permalink
3.10.12
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 committed Nov 1, 2024
1 parent 0a1d114 commit 3a7630c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up Python 3.10
- name: Set up Python 3.10.12
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: 3.10.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -57,10 +57,10 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up Python 3.10
- name: Set up Python 3.10.12
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: 3.10.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 3a7630c

Please sign in to comment.