Skip to content

Commit eb18803

Browse files
committed
replace quansight-labs/setup-python with actions/setup-python
1 parent 9009384 commit eb18803

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
@@ -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)