Skip to content

Commit 179f43c

Browse files
authored
TST - install celer through pypi (#152)
1 parent eee3223 commit 179f43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
python -m pip install git+https://github.com/mathurinm/celer.git
23+
pip install celer
2424
pip install pytest
2525
pip install numpydoc
2626
pip install .

0 commit comments

Comments
 (0)