Skip to content

Commit

Permalink
Revert "chore: remove setup-python action (#360)" (#393)
Browse files Browse the repository at this point in the history
This reverts commit fbc8fc2.
  • Loading branch information
monosans authored Nov 16, 2024
1 parent fbc8fc2 commit 1163ef0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
- uses: astral-sh/setup-uv@v3
with:
enable-cache: true
- uses: actions/setup-python@v5
with:
python-version: "3.12"
check-latest: true
- run: uv run --extra non-termux --no-dev --group nuitka --frozen --python 3.12 python -m nuitka --standalone --python-flag='-m' --assume-yes-for-downloads --lto=yes proxy_scraper_checker
- run: mv config.toml proxy_scraper_checker.dist/
- if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 1163ef0

Please sign in to comment.