forked from 0xWheatyz/SPARC
ci: enable ruff linting and pytest in CI pipeline #1568
@@ -65,7 +65,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: sh
|
shell: sh
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y git docker-ce
|
apt-get update && apt-get install -y git docker-ce docker-ce-cli containerd.io
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
shell: sh
|
shell: sh
|
||||||
@@ -137,7 +137,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: sh
|
shell: sh
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y git docker-ce
|
apt-get update && apt-get install -y git docker-ce docker-ce-cli containerd.io
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
shell: sh
|
shell: sh
|
||||||
|
|||||||
Reference in New Issue
Block a user