Skip to content

Commit f496ddc

Browse files
committed
CI-unixish.yml: use Python version provided by platform
1 parent 2604954 commit f496ddc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/CI-unixish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919

20-
- name: Set up Python 3.10
21-
uses: actions/setup-python@v2
22-
with:
23-
python-version: '3.10'
24-
2520
- name: Install missing software on ubuntu
2621
if: contains(matrix.os, 'ubuntu')
2722
run: |
@@ -38,7 +33,7 @@ jobs:
3833
- name: Install missing software on macos
3934
if: contains(matrix.os, 'macos')
4035
run: |
41-
brew install coreutils z3 qt@5
36+
brew install coreutils python3 z3 qt@5
4237
4338
- name: Install missing Python packages
4439
run: |

0 commit comments

Comments
 (0)