1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-30 00:44:52 +02:00

Run apt upgrade in CI workflow before emacs install

This commit is contained in:
Aurélien Delval 2021-07-26 08:20:06 +02:00
parent 9714ab095e
commit f444dd7e75

View File

@ -24,6 +24,7 @@ jobs:
- name: Install dependencies
run: |
alias python='python3'
apt update
apt -y install emacs
- name: Run tests