We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2604954 commit f496ddcCopy full SHA for f496ddc
1 file changed
.github/workflows/CI-unixish.yml
@@ -17,11 +17,6 @@ jobs:
17
steps:
18
- uses: actions/checkout@v2
19
20
- - name: Set up Python 3.10
21
- uses: actions/setup-python@v2
22
- with:
23
- python-version: '3.10'
24
-
25
- name: Install missing software on ubuntu
26
if: contains(matrix.os, 'ubuntu')
27
run: |
@@ -38,7 +33,7 @@ jobs:
38
33
- name: Install missing software on macos
39
34
if: contains(matrix.os, 'macos')
40
35
41
- brew install coreutils z3 qt@5
36
+ brew install coreutils python3 z3 qt@5
42
37
43
- name: Install missing Python packages
44
0 commit comments