mirror of
https://github.com/nqrduck/LimeDriverBindings.git
synced 2024-11-05 18:20:03 +00:00
Update python-package.yml
This commit is contained in:
parent
338dc5667b
commit
7cff57d967
1 changed files with 4 additions and 0 deletions
4
.github/workflows/python-package.yml
vendored
4
.github/workflows/python-package.yml
vendored
|
@ -14,6 +14,10 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Get latest package lists
|
||||
run: |
|
||||
pacman -Sy
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
yes | pacman -S python python-pip hdf5 limesuite
|
||||
|
|
Loading…
Reference in a new issue