Skip to content

Commit 94bde94

Browse files
committed
Try
1 parent 308c86a commit 94bde94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/psp-reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Downgrade python to 3.11
6868
uses: actions/setup-python@v5
6969
with:
70-
python-version: '3.11-dev'
70+
python-version: '3.11'
7171

7272
- name: Install dependencies
7373
run: src/ci_scripts/ubuntu-deps.sh
@@ -117,7 +117,7 @@ jobs:
117117
- name: Downgrade python to 3.11
118118
uses: actions/setup-python@v5
119119
with:
120-
python-version: '3.11-dev'
120+
python-version: '3.11'
121121

122122
- name: Install dependencies
123123
run: src/ci_scripts/ubuntu-deps.sh

0 commit comments

Comments
 (0)