Skip to content

Commit

Permalink
ci(ci): Update Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp committed Dec 4, 2024
1 parent ca538c0 commit 23d0add
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: '3.10'
- name: set up node # we need node for for semantic release
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: '3.10'
- name: Set Tag
id: set-tag
run: |
Expand All @@ -75,7 +75,7 @@ jobs:
- name: set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: '3.10'
- name: Get Job Context
id: get-context
run: |
Expand Down

0 comments on commit 23d0add

Please sign in to comment.