Skip to content

Commit 739236f

Browse files
committed
removed serial required and tried to switch to manual rye install
1 parent 76bb590 commit 739236f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/python-basic-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: ${{ matrix.python-version }}
1616
architecture: 'x64' # GH does not support arm64, i.e. modern Mac, only x64
1717
- name: Setup rye on runner
18-
uses: eifinger/setup-rye@v2
18+
uses: curl -sSf https://rye.astral.sh/get | bash
1919
- name: Install rye dependencies
2020
run: rye sync
2121
- name: Run precommit CI hooks

.pre-commit-config.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ repos:
99
language: system
1010
types_or: [python, pyi]
1111
args: []
12-
require_serial: true
1312
additional_dependencies: []
1413
minimum_pre_commit_version: "2.9.2"
1514
- id: rye-format
@@ -19,7 +18,6 @@ repos:
1918
language: system
2019
types_or: [python, pyi]
2120
args: []
22-
require_serial: true
2321
additional_dependencies: []
2422
minimum_pre_commit_version: "2.9.2"
2523
- id: rye-test
@@ -30,7 +28,6 @@ repos:
3028
types_or: [python, pyi]
3129
args: []
3230
pass_filenames: false
33-
require_serial: true
3431
additional_dependencies: []
3532
minimum_pre_commit_version: "2.9.2"
3633
- repo: local

0 commit comments

Comments
 (0)