mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-04-19 07:00:10 +02:00
Tentative to fix CI
- Create alias to python command - Install emacs in workflow
This commit is contained in:
parent
820ed0ec34
commit
9714ab095e
7
.github/workflows/vfc_test_workflow.yml
vendored
7
.github/workflows/vfc_test_workflow.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user