Skip to content

Commit

Permalink
do it in triplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Aug 2, 2024
1 parent c613f62 commit 29c35dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"
cache: "pip"
cache-dependency-path: setup.py
- name: Install dependencies
Expand All @@ -90,7 +90,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"
cache: "pip"
cache-dependency-path: setup.py
- name: Install dependencies
Expand Down

0 comments on commit 29c35dc

Please sign in to comment.