1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-18 17:03:43 +02:00

Tentative to fix CI

- Create alias to python command
- Install emacs in workflow
This commit is contained in:
Aurélien Delval 2021-07-26 08:12:48 +02:00
parent 820ed0ec34
commit 9714ab095e

View File

@ -21,6 +21,11 @@ jobs:
with:
fetch-depth: 0
- name: Install dependencies
run: |
alias python='python3'
apt -y install emacs
- name: Run tests
run: vfc_ci test -g -r
@ -42,4 +47,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ${{github.sha}}.vfcraw
path: ./*.vfcraw.h5
path: ./*.vfcraw.h5