We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 308c86a commit 94bde94Copy full SHA for 94bde94
1 file changed
.github/workflows/psp-reusable.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Downgrade python to 3.11
68
uses: actions/setup-python@v5
69
with:
70
- python-version: '3.11-dev'
+ python-version: '3.11'
71
72
- name: Install dependencies
73
run: src/ci_scripts/ubuntu-deps.sh
@@ -117,7 +117,7 @@ jobs:
117
118
119
120
121
122
123
0 commit comments