Skip to content

Commit f20ba9c

Browse files
authored
replace quansight-labs/setup-python with actions/setup-python (#520)
1 parent 1054e1c commit f20ba9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- uses: actions/checkout@v4
115115

116116
- name: Set up Python ${{ matrix.python-version }}
117-
uses: Quansight-Labs/setup-python@v5
117+
uses: actions/setup-python@v5
118118
with:
119119
python-version: ${{ matrix.python-version }}
120120
architecture: ${{ matrix.platform.python-architecture }}

0 commit comments

Comments
 (0)