Skip to content

Commit

Permalink
Merge pull request #83 from biocypher/ci
Browse files Browse the repository at this point in the history
remove docker install from CI
  • Loading branch information
slobentanzer authored Jan 2, 2024
2 parents e908939 + 58dc7ec commit 69809b2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ jobs:
with:
python-version: 3.11

- name: Install Docker
run: |
sudo apt remove containerd.io
sudo apt install -y docker.io
- name: Install Docker Compose
run: |
sudo curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
Expand Down

0 comments on commit 69809b2

Please sign in to comment.