mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
25 lines
378 B
YAML
25 lines
378 B
YAML
---
|
|
- name: Install pipenv
|
|
pacman:
|
|
name: python-pipenv
|
|
state: present
|
|
|
|
- name: Install pyenv
|
|
pacman:
|
|
name: pyenv
|
|
state: present
|
|
|
|
- name: Install ruff
|
|
pacman:
|
|
name: ruff
|
|
state: present
|
|
|
|
- name: Install uv
|
|
pacman:
|
|
name: uv
|
|
state: present
|
|
|
|
- name: Install documentation
|
|
pacman:
|
|
name: python-docs
|
|
state: present
|