Skip to content

Commit 17d4c49

Browse files
authored
specify python-version for setup-python
1 parent 023f7aa commit 17d4c49

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ jobs:
111111
with:
112112
submodules: recursive
113113
- uses: actions/setup-python@v4
114+
with:
115+
python-version: '3.10'
116+
cache: 'pip'
114117

115118
- name: Installing Linux Dependencies
116119
if: ${{ runner.os == 'Linux' && !env['TEST_X86'] }}

0 commit comments

Comments
 (0)