We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca6cba commit fca0420Copy full SHA for fca0420
.github/workflows/ci.yml
@@ -19,14 +19,8 @@ jobs:
19
with:
20
python-version: '3.9'
21
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
27
- name: Install environment
28
run: |
29
- sudo apt-get install build-essential python3-dev
30
pip install --upgrade pip
31
pip install -r requirements.txt
32
- name: Create multi-node KinD cluster
0 commit comments