Skip to content

Commit 772905d

Browse files
authored
pin py in CI to 3.10 (#20)
* pin py in CI to 3.10 * add quotes
1 parent d2d7762 commit 772905d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939
- uses: actions/setup-python@v5
4040
with:
41-
python-version: 3.x
41+
python-version: "3.10"
4242
- name: Build wheels
4343
uses: PyO3/maturin-action@v1
4444
with:
@@ -69,7 +69,7 @@ jobs:
6969
- uses: actions/checkout@v4
7070
- uses: actions/setup-python@v5
7171
with:
72-
python-version: 3.x
72+
python-version: "3.10"
7373
- name: Build wheels
7474
uses: PyO3/maturin-action@v1
7575
with:
@@ -96,7 +96,7 @@ jobs:
9696
- uses: actions/checkout@v4
9797
- uses: actions/setup-python@v5
9898
with:
99-
python-version: 3.x
99+
python-version: "3.10"
100100
architecture: ${{ matrix.platform.target }}
101101
- name: Build wheels
102102
uses: PyO3/maturin-action@v1
@@ -123,7 +123,7 @@ jobs:
123123
- uses: actions/checkout@v4
124124
- uses: actions/setup-python@v5
125125
with:
126-
python-version: 3.x
126+
python-version: "3.10"
127127
- name: Build wheels
128128
uses: PyO3/maturin-action@v1
129129
with:

0 commit comments

Comments
 (0)