Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Nov 26, 2024
1 parent 0fb218a commit a35d99c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ jobs:
fetch-depth: 20
- name: Install Docker client
run: |
apt-get install -yy curl
curl -Lo /tmp/docker.tgz https://download.docker.com/linux/static/stable/x86_64/docker-23.0.6.tgz
tar -xf /tmp/docker.tgz -C /usr/local/bin --strip-components=1
rm /tmp/docker.tgz
- name: Install Python
if: matrix.install-python == true
run: |
apt-get install -yy python3
apt-get install -yy python3 python3-pip
- name: Install dependencies
run: |
if [ -z "${XDG_CACHE_HOME-}" ]; then
Expand Down

0 comments on commit a35d99c

Please sign in to comment.