Skip to content

Commit f4dc451

Browse files
cypress.yml: explicitly install python (#5014) (#5016)
to fix galaxykit not installing on CI after galaxykit#104 No-Issue (cherry picked from commit 5e305ab) Co-authored-by: Martin Hradil <mhradil@redhat.com>
1 parent 25b9c00 commit f4dc451

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cypress.yml

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737

3838
steps:
3939

40+
# galaxykit needs pip 23+, Ubuntu 22.04's default Python uses pip 22
41+
- name: "Install python 3.11"
42+
uses: actions/setup-python@v5
43+
with:
44+
python-version: '3.11'
45+
4046
- name: "Install galaxykit dependency"
4147
run: |
4248
# pip install git+https://github.com/ansible/galaxykit.git@branch_name

0 commit comments

Comments
 (0)