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 options: --privileged
steps: steps:
- name: Install git
run: |
yes | pacman -Sy git
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
@ -22,7 +26,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | 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 - name: Build the package
run: | run: |