Don't install unused packages

This commit is contained in:
Emmanuel Engelhart 2023-02-19 16:22:23 +01:00
parent cb4938c5f8
commit cc31846152
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
1 changed files with 2 additions and 2 deletions

View File

@ -21,10 +21,10 @@ jobs:
- name: Install packages - name: Install packages
run: | run: |
brew update brew update
brew install gcovr pkg-config ninja || brew link --overwrite python brew install pkg-config ninja || brew link --overwrite python
- name: Install python modules - name: Install python modules
run: pip3 install meson==0.49.2 pytest run: pip3 install meson==0.49.2
- name: Install dependences - name: Install dependences
shell: bash shell: bash