Skip to content

Commit b581e85

Browse files
authored
replace quansight-labs/setup-python with actions/setup-python (#38)
1 parent 9009384 commit b581e85

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
@@ -103,7 +103,7 @@ jobs:
103103
- uses: actions/checkout@v4
104104

105105
- name: Set up Python ${{ matrix.python-version }}
106-
uses: Quansight-Labs/setup-python@v5
106+
uses: actions/setup-python@v5
107107
with:
108108
python-version: ${{ matrix.python-version }}
109109
architecture: ${{ matrix.platform.python-architecture }}

0 commit comments

Comments
 (0)