Skip to content

Commit 7d8a121

Browse files
authored
replace quansight-labs/setup-python with actions/setup-python (#486)
1 parent de578c9 commit 7d8a121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
steps:
110110
- uses: actions/checkout@v4
111111
- name: Set up Python ${{ matrix.python-version }}
112-
uses: Quansight-Labs/setup-python@v5
112+
uses: actions/setup-python@v5
113113
with:
114114
python-version: ${{ matrix.python-version }}
115115
architecture: ${{ matrix.platform.python-architecture }}

0 commit comments

Comments
 (0)