Skip to content

Commit 954178e

Browse files
committed
cypress.yml: explicitly install python
to fix galaxykit not installing on CI after galaxykit#104 No-Issue
1 parent 19fd5a2 commit 954178e

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
@@ -36,6 +36,12 @@ jobs:
3636

3737
steps:
3838

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

0 commit comments

Comments
 (0)