1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-08-18 11:21:44 +02:00

Create symbolic link to /usr/lib/python3 instead of alias

This commit is contained in:
Aurélien Delval 2021-07-26 08:26:15 +02:00
parent f444dd7e75
commit 424afc4fc7

View File

@ -23,7 +23,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
alias python='python3' ln -s /usr/bin/python3 /usr/bin/python
apt update apt update
apt -y install emacs apt -y install emacs