Skip to content

Commit e51ff4e

Browse files
committed
Specify python-version to pacify warning
1 parent 5be596b commit e51ff4e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
with:
5454
persist-credentials: false
5555
- uses: actions/setup-python@v5
56+
with:
57+
python-version: '3.x'
5658
- name: Install dependencies
5759
run: |
5860
sudo ./.github/workflows/posix-deps-apt.sh

0 commit comments

Comments
 (0)