Compare commits
2 Commits
0c22b31e1c
...
309aca6036
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
309aca6036 | ||
|
|
1ae2e146fe |
@ -12,14 +12,10 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Use system Python
|
||||||
uses: actions/setup-python@v5
|
|
||||||
with:
|
|
||||||
python-version: "3.12"
|
|
||||||
|
|
||||||
- name: Install UV
|
|
||||||
run: |
|
run: |
|
||||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
echo "Python $(python3 --version)"
|
||||||
|
echo "UV=$(uv --version)"
|
||||||
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|||||||
@ -19,14 +19,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Use system Python
|
||||||
uses: actions/setup-python@v5
|
|
||||||
with:
|
|
||||||
python-version: "3.12"
|
|
||||||
|
|
||||||
- name: Install UV
|
|
||||||
run: |
|
run: |
|
||||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
echo "Python $(python3 --version)"
|
||||||
|
echo "UV=$(uv --version)"
|
||||||
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Get version from tag or pyproject
|
- name: Get version from tag or pyproject
|
||||||
@ -83,14 +79,9 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Use system Python
|
||||||
uses: actions/setup-python@v5
|
|
||||||
with:
|
|
||||||
python-version: "3.12"
|
|
||||||
|
|
||||||
- name: Install UV
|
|
||||||
run: |
|
run: |
|
||||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
echo "Python $(python3 --version)"
|
||||||
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|||||||
@ -265,3 +265,5 @@ MIT License
|
|||||||
|
|
||||||
This is an unofficial client. Kwork.ru is not affiliated with this project.
|
This is an unofficial client. Kwork.ru is not affiliated with this project.
|
||||||
Use at your own risk and respect Kwork's terms of service.
|
Use at your own risk and respect Kwork's terms of service.
|
||||||
|
|
||||||
|
## CI Test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user