Skip to content

Commit

Permalink
CI: use distro's Python for local deployment check
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel authored Aug 26, 2024
1 parent 4bf35f9 commit 4d0fd1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.9'
if: matrix.os == 'ubuntu-20.04'

# shallow clone for CI speed
- name: Setup ansible extra vars in JSON file
Expand Down

0 comments on commit 4d0fd1c

Please sign in to comment.