chore: remove setup-python action

This commit is contained in:
monosans
2024-12-21 08:31:33 +00:00
committed by GitHub
parent 1df7b169e0
commit f4e4d19a8d
-4
View File
@@ -43,10 +43,6 @@ jobs:
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- uses: actions/setup-python@v5
with:
python-version: "3.12"
check-latest: true
- run: uv run --no-dev --group nuitka --frozen --python 3.12 python -m nuitka --mode=standalone --python-flag='-m' --assume-yes-for-downloads --deployment --lto=yes proxy_scraper_checker
- run: mv config.toml proxy_scraper_checker.dist/
- if: ${{ github.event_name != 'pull_request' }}