Skip to content

Commit

Permalink
Update github actions to Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelboca committed Jun 27, 2024
1 parent 6782a65 commit 4bed9ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- name: Install Node
uses: actions/setup-node@v3
with:
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- name: Install Node
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- name: Install Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 4bed9ae

Please sign in to comment.