Update python-package.yml

This commit is contained in:
Kumi 2024-02-08 15:26:31 +01:00 committed by GitHub
parent 6fd453ff8e
commit 3de2a45c8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,10 @@ jobs:
options: --privileged
steps:
- name: Install git
run: |
yes | pacman -Sy git
- name: Checkout repository
uses: actions/checkout@v2
with:
@ -22,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
yes | pacman -S python python-pip hdf5 limesuite python-build git
yes | pacman -S python python-pip hdf5 limesuite python-build
- name: Build the package
run: |