We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be596b commit e51ff4eCopy full SHA for e51ff4e
1 file changed
.github/workflows/build.yml
@@ -53,6 +53,8 @@ jobs:
53
with:
54
persist-credentials: false
55
- uses: actions/setup-python@v5
56
+ with:
57
+ python-version: '3.x'
58
- name: Install dependencies
59
run: |
60
sudo ./.github/workflows/posix-deps-apt.sh
0 commit comments