Skip to content

Commit

Permalink
Merge pull request #293 from IntelLabs/ci/distro_python
Browse files Browse the repository at this point in the history
CI: use distro's Python for local deployment check
  • Loading branch information
Wenzel authored Aug 26, 2024
2 parents 4bf35f9 + cd0d550 commit 616b6bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
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
Binary file added deploy/.requirements.txt.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion deploy/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ MarkupSafe==2.1.1
packaging==21.3
pycparser==2.21
pyparsing==3.0.9
PyYAML==6.0
PyYAML==6.0.2
resolvelib==0.5.4

0 comments on commit 616b6bd

Please sign in to comment.