mirror of
https://github.com/Paillat-dev/dismoji.git
synced 2026-01-02 00:56:19 +00:00
Update quality.yaml to include uv installation step and modify README.md for library name and description
This commit is contained in:
5
.github/workflows/quality.yaml
vendored
5
.github/workflows/quality.yaml
vendored
@@ -42,6 +42,11 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: "Install uv"
|
||||
uses: astral-sh/setup-uv@v6
|
||||
with:
|
||||
enable-cache: true
|
||||
|
||||
- name: Install dependencies
|
||||
run: uv sync --no-managed-python --no-python-downloads
|
||||
|
||||
|
||||
Reference in New Issue
Block a user