Skip to content

Commit 3a963f7

Browse files
authored
Use Python 3.8.0 for integration tests (#1054)
1 parent a8a3a7b commit 3a963f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
- name: Configure python
158158
uses: actions/setup-python@v2
159159
with:
160-
python-version: '3.8'
160+
python-version: '3.8.0'
161161

162162
- name: Configure poetry
163163
uses: Gr1N/setup-poetry@v4

0 commit comments

Comments
 (0)