Skip to content

Commit

Permalink
Try a different docker installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah Bast committed Aug 27, 2023
1 parent da0b063 commit 419cc31
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/end-to-end-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,17 @@ jobs:
sudo apt update
sudo apt install wget unzip flake8
pip3 install psutil
# Install docker, see See https://docs.docker.com/engine/install/ubuntu/
sudo apt install -y apt-transport-https ca-certificates curl software-properties-common
sudo apt remove docker docker-engine docker.io containerd runc
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable"
sudo apt update
sudo apt-cache policy docker-ce
sudo apt install docker-ce containerd.io
#
docker pull adfreiburg/qlever
docker run adfreiburg/qlever --help | head
# Install docker, see See https://docs.docker.com/engine/install/ubuntu/
# sudo apt install -y apt-transport-https ca-certificates curl software-properties-common
# sudo apt remove docker docker-engine docker.io containerd runc
# curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
# sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable"
# sudo apt update
# sudo apt-cache policy docker-ce
# sudo apt install docker-ce containerd.io
- name: Format and compile check
run: |
Expand Down

0 comments on commit 419cc31

Please sign in to comment.