Skip to content

Commit

Permalink
force python version 3.11 in ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
qetza committed May 9, 2024
1 parent 6468f78 commit da04f47
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Setup nodejs 16.x
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -53,6 +58,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: 'Hack: manual download of node6 (linux)'
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit da04f47

Please sign in to comment.