mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-04-19 07:00:10 +02:00
Run apt upgrade in CI workflow before emacs install
This commit is contained in:
parent
9714ab095e
commit
f444dd7e75
1
.github/workflows/vfc_test_workflow.yml
vendored
1
.github/workflows/vfc_test_workflow.yml
vendored
@ -24,6 +24,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
alias python='python3'
|
||||
apt update
|
||||
apt -y install emacs
|
||||
|
||||
- name: Run tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user