Skip to content

Commit fca0420

Browse files
authored
Update ci.yml
1 parent 2ca6cba commit fca0420

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,8 @@ jobs:
1919
with:
2020
python-version: '3.9'
2121
architecture: 'x64'
22-
- name: Run pre-commit
23-
uses: pre-commit/action@v2.0.3
24-
- name: Install Cerberus
25-
run: |
26-
python setup.py develop
2722
- name: Install environment
2823
run: |
29-
sudo apt-get install build-essential python3-dev
3024
pip install --upgrade pip
3125
pip install -r requirements.txt
3226
- name: Create multi-node KinD cluster

0 commit comments

Comments
 (0)