Skip to content

Commit

Permalink
fix: action
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Feb 27, 2024
1 parent fcbaaf8 commit 37a0b41
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Install rye
uses: eifinger/setup-rye@v1

Expand All @@ -34,7 +29,7 @@ jobs:
- name: Install dependencies
if: steps.cached-venv-dependencies.outputs.cache-hit != 'true'
run: |
rye config --set-bool behavior.global-python=true
rye pin cpython@${{ matrix.python-version }}
rye sync --features uvloop
- name: Load cached pre-commit
Expand Down

0 comments on commit 37a0b41

Please sign in to comment.