This commit is contained in:
@@ -12,4 +12,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
|
|
||||||
- run: echo "Python setup done"
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
python3 -m pip install --upgrade pip
|
||||||
|
python3 -m pip install click pyyaml rich pytest ruff
|
||||||
|
python3 -m pip install -e .
|
||||||
|
|||||||
Reference in New Issue
Block a user