Skip to content

Commit 7520cb0

Browse files
committed
Use Python 3.9
1 parent ac108d0 commit 7520cb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/synchronize-launchpad.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
steps:
1616
- uses: actions/setup-python@v5
1717
with:
18-
python-version: '3.10'
18+
python-version: '3.9'
1919
- name: Install dependencies
2020
run: |
21+
python -V
2122
venv_dir="/tmp/venv"
2223
python -m venv "$venv_dir"
2324
. $venv_dir/bin/activate

0 commit comments

Comments
 (0)